/* Self-hosted Biotif for Filament and any context that loads this stylesheet without Vite. */
@font-face {
    font-family: 'Biotif';
    src: url('/fonts/Biotif-Light.woff2') format('woff2'), url('/fonts/Biotif-Light.woff') format('woff');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Biotif';
    src: url('/fonts/Biotif-SemiBold.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

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

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