@font-face {
    font-family: "Lato";
    font-weight: 300;
    src: url("fonts/lato/Lato-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 400;
    src: url("fonts/lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 700;
    src: url("fonts/lato/Lato-Bold.ttf") format("truetype");
}



@font-face {
    font-family: "Cormorant Garamond";
    font-weight: 300;
    src: url("fonts/cormorant-garamond/CormorantGaramond-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    src: url("fonts/cormorant-garamond/CormorantGaramond-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-style: italic;
    src: url("fonts/cormorant-garamond/CormorantGaramond-Italic.ttf") format("truetype");
}



@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    src: url("fonts/montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url("fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url("fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    src: url("fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
}


