@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-light.ttf') format('truetype');
    font-weight: var(--font-weight-light);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Young';
    src: url('../fonts/young.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EkMukta';
    src: url('../fonts/EkMukta-Light.ttf') format('truetype');
    font-weight: var(--font-weight-light);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Resist Sans';
    src: url('../fonts/Groteskly Yours - Resist Sans Text Light.otf') format('opentype');
    font-weight: var(--font-weight-light);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delecta';
    src: url('../fonts/Robert Corseanschi  Delecta Light.otf') format('opentype');
    font-weight: var(--font-weight-light);
    font-style: normal;
    font-display: swap;
}
