﻿@font-face {
    font-family: 'FS Humana';
    src: url('./fs-humana-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Humana';
    src: url('./FS-Humana-Italic-400.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FS Humana';
    src: url('./FS-Humana-Light-300.otf') format('opentype'), 
        url('./fs-humana-light-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FS Humana';
    src: url('./FS-Humana-Light-Italic-300.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'FS Humana';
    src: url('./fs-humana-bold-700.woff2') format('woff2'), 
        url('./FS-Humana-Bold-700.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Humana';
    src: url('./FS-Humana-Bold-700-Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'FS Humana';
    src: url('./FS-Humana-Heavy-900.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Humana';
    src: url('./FS-Humana-Heavy-900-Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


