/* font-family: "LatoRegular"; */@font-face {    font-family: "Lato Regular";    src: url("Lato-Regular.ttf")format("embedded-opentype"),     url("Lato-Regular.ttf") format("truetype");    font-style: normal;    font-weight: normal;}/* font-family: "LatoBold"; */@font-face {    font-family: "Lato Bold";    src: url("Lato-Bold.ttf")format("embedded-opentype"),     url("Lato-Bold.ttf") format("truetype");    font-style: normal;    font-weight: normal;}/* font-family: "LatoItalic"; */@font-face {    font-family: "Lato Italic";    src: url("Lato-Italic.ttf")format("embedded-opentype"),     url("Lato-Italic.ttf") format("truetype");    font-style: normal;    font-weight: normal;}/* font-family: "LatoLight"; */@font-face {    font-family: "Lato Light";    src: url("Lato-Light.ttf")format("embedded-opentype"),     url("Lato-Light.ttf") format("truetype");    font-style:normal;    font-weight: 900;                                                                                                                    }/* font-family: "LatoBoldItalic"; */@font-face {    font-family: "Lato BoldItalic";    src: url("Lato-BlackItalic.ttf")format("embedded-opentype"),     url("Lato-BlackItalic.ttf") format("truetype");    font-style: normal;    font-weight: normal;}/* font-family: "LatoLightItalic"; */@font-face {    font-family: "Lato LightItalic";    src: url("Lato-LightItalic.ttf")format("embedded-opentype"),     url("Lato-LightItalic.ttf") format("truetype");    font-style: normal;    font-weight: normal;}/* font-family: "LatoLightItalic"; */@font-face {    font-family: "Lato Thin";    src: url("Lato-Thin.ttf")format("embedded-opentype"),     url("Lato-Thin.ttf") format("truetype");    font-style: normal;    font-weight: bolder;}