@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

/* font-family: "Inter", sans-serif; */
 /* font-family: "Instrument Sans", sans-serif; */


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

@font-face {
    font-family: 'Satoshi Bold';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larken DEMO Light';
    src: url('../fonts/LarkenDEMO-Light.woff2') format('woff2'),
        url('../fonts/LarkenDEMO-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





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

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


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

@font-face {
    font-family: 'Larken ThinItalic';
    src: url('../fonts/Larken-ThinItalic.woff2') format('woff2'),
        url('../fonts/Larken-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Larken MediumItalic';
    src: url('../fonts/Larken-MediumItalic.woff2') format('woff2'),
        url('../fonts/Larken-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


