@font-face {
    font-family: "Lato";
    src: local("Lato"), url("assets/fonts/lato/Lato-Regular.ttf") format("truetype");
    font-weight: 400;
    font-weight: normal;
}

@font-face {
    font-family: "Lato";
    src: local("Lato"), url("assets/fonts/lato/Lato-Bold.ttf") format("truetype");
    font-weight: 600;
    font-weight: bold;
}

@font-face {
    font-family: "Lato";
    src: local("Lato"), url("assets/fonts/lato/Lato-Light.ttf") format("truetype");
    font-weight: 300;
    font-weight: lighter 200;
}
