@font-face {
    font-family: 'GTL';
    src: url('../fonts/gtl.woff2') format('woff2'),
        url('../fonts/gtl.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* 
@font-face {
    font-family: 'General';
    src: url('../fonts/GeneralSans-Light.woff2') format('woff2'),
        url('../fonts/GeneralSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General';
    src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} */






@font-face {
    font-family: 'General';
    src: url('../fonts/GeneralSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General';
    src: url('../fonts/GeneralSans-Medium.woff') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General';
    src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
