@font-face {
    font-family: 'Study';
    src: url('./Study_Regular.eot'); /* IE9 Compat Modes */
    src: url('./Study_Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./Study_Regular.woff2') format('woff2'),
        /* Super Modern Browsers */ url('./Study_Regular.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Study';
    src: url('./Study_Semibold.eot'); /* IE9 Compat Modes */
    src: url('./Study_Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./Study_Semibold.woff2') format('woff2'),
        /* Super Modern Browsers */ url('./Study_Semibold.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: bold;
    font-display: swap;
}
