/* public/fonts/assistant/fonts.css */
@font-face {
    font-family: 'Assistant';
    src: url('./Assistant-ExtraLight.woff2') format('woff2'),
        url('./Assistant-ExtraLight.woff') format('woff'),
        url('./Assistant-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

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

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

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

@font-face {
    font-family: 'Assistant';
    src: url('./Assistant-SemiBold.woff2') format('woff2'),
        url('./Assistant-SemiBold.woff') format('woff'),
        url('./Assistant-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

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

@font-face {
    font-family: 'Assistant';
    src: url('./Assistant-ExtraBold.woff2') format('woff2'),
        url('./Assistant-ExtraBold.woff') format('woff'),
        url('./Assistant-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}