@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-Light.woff2') format('woff2'),
         url('./font/Satoshi-Light.woff') format('woff'),
         url('./font/Satoshi-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-LightItalic.woff2') format('woff2'),
         url('./font/Satoshi-LightItalic.woff') format('woff'),
         url('./font/Satoshi-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-Regular.woff2') format('woff2'),
         url('./font/Satoshi-Regular.woff') format('woff'),
         url('./font/Satoshi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-Italic.woff2') format('woff2'),
         url('./font/Satoshi-Italic.woff') format('woff'),
         url('./font/Satoshi-Italic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-Medium.woff2') format('woff2'),
         url('./font/Satoshi-Medium.woff') format('woff'),
         url('./font/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-MediumItalic.woff2') format('woff2'),
         url('./font/Satoshi-MediumItalic.woff') format('woff'),
         url('./font/Satoshi-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-Bold.woff2') format('woff2'),
         url('./font/Satoshi-Bold.woff') format('woff'),
         url('./font/Satoshi-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-BoldItalic.woff2') format('woff2'),
         url('./font/Satoshi-BoldItalic.woff') format('woff'),
         url('./font/Satoshi-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-Black.woff2') format('woff2'),
         url('./font/Satoshi-Black.woff') format('woff'),
         url('./font/Satoshi-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-BlackItalic.woff2') format('woff2'),
         url('./font/Satoshi-BlackItalic.woff') format('woff'),
         url('./font/Satoshi-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-Variable.woff2') format('woff2'),
         url('./font/Satoshi-Variable.woff') format('woff'),
         url('./font/Satoshi-Variable.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi-VariableItalic.woff2') format('woff2'),
         url('./font/Satoshi-VariableItalic.woff') format('woff'),
         url('./font/Satoshi-VariableItalic.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: italic;
}

* {
    font-family: 'Satoshi', sans-serif;
}

html {
    scroll-behavior: smooth;
}

::selection {
    background-color: #D1EBE8;
    color: #0F4042;
}

::-webkit-selection {
    background-color: #D1EBE8;
    color: #0F4042;
}

a {
    transition: all 300ms;
}
