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

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

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

@font-face {
    font-family: 'Satoshi-Italic';
    src: url('../images/fonts/Satoshi-Italic.woff2') format('woff2'),
        url('../images/fonts/Satoshi-Italic.woff') format('woff'),
        url('../images/fonts/Satoshi-Italic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

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

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

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

@font-face {
    font-family: 'Satoshi-BoldItalic';
    src: url('../images/fonts/Satoshi-BoldItalic.woff2') format('woff2'),
        url('../images/fonts/Satoshi-BoldItalic.woff') format('woff'),
        url('../images/fonts/Satoshi-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Satoshi-Black';
    src: url('../images/fonts/Satoshi-Black.woff2') format('woff2'),
        url('../images/fonts/Satoshi-Black.woff') format('woff'),
        url('../images/fonts/Satoshi-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi-BlackItalic';
    src: url('../images/fonts/Satoshi-BlackItalic.woff2') format('woff2'),
        url('../images/fonts/Satoshi-BlackItalic.woff') format('woff'),
        url('../images/fonts/Satoshi-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}
