@font-face {
    font-family : Lato-Light;
    src: url("../fonts/lato/Lato-Light.ttf");
}

@font-face {
    font-family : Lato-Bold;
    src: url("../fonts/lato/Lato-Bold.ttf");
}

@font-face {
    font-family : Lato-Regular;
    src: url("../fonts/lato/Lato-Regular.ttf");
}

@font-face {
    font-family : 'General Sans Variable';
    src: url("../fonts/general_sans/GeneralSans-Variable.ttf");
}


@font-face {
    font-family : 'Open Sans';
    src: url("../fonts/open_sans/OpenSans-Regular.ttf");
}

@font-face {
    font-family : 'Open Sans';
    font-weight: 700;
    src: url("../fonts/open_sans/OpenSans-Bold.ttf");
}

@font-face {
    font-family : 'Inter';
    src: url("../fonts/inter/Inter_18pt-Regular.ttf");
}

@font-face {
    font-family : 'Inter';
    font-weight: 700;
    src: url("../fonts/inter/Inter_18pt-Bold.ttf");
}