﻿@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato/Lato-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato/Lato-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato/Lato-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato/Lato-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato/Lato-Black.ttf");
    font-weight: 900;
}


