@charset "utf-8";

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "Lato";
    src: url("../../fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-weight: normal;
    font-style: italic;
    font-family: "Lato";
    src: url("../../fonts/Lato-Italic.ttf") format("truetype");
}

@font-face {
    font-weight: 600;
    font-style: normal;
    font-family: "Lato";
    src: url("../../fonts/Lato-Bold.ttf") format("truetype");
}

@font-face {
    font-weight: 800;
    font-style: normal;
    font-family: "Lato";
    src: url("../../fonts/Lato-Black.ttf") format("truetype");
}

@font-face {
    font-weight: 200;
    font-style: normal;
    font-family: "Lato";
    src: url("../../fonts/Lato-Light.ttf") format("truetype");
}

@font-face {
    font-weight: 200;
    font-style: italic;
    font-family: "Lato";
    src: url("../../fonts/Lato-LightItalic.ttf") format("truetype");
}

@font-face {
    font-weight: 400;
    font-style: italic;
    font-family: "Lato";
    src: url("../../fonts/Lato-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-weight: 800;
    font-style: italic;
    font-family: "Lato";
    src: url("../../fonts/Lato-BlackItalic.ttf") format("truetype");
}