/**
 * Flatline Sans Font Face
 * 
 * @package NourishLearnEngage
 */

@font-face {
    font-family: 'Flatline Sans';
    src: url('../fonts/Up%20Up%20Creative%20-%20Flatline%20Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flatline Sans';
    src: url('../fonts/Up%20Up%20Creative%20-%20Flatline%20Regular-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Flatline Sans';
    src: url('../fonts/Up%20Up%20Creative%20-%20Flatline%20Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flatline Sans';
    src: url('../fonts/Up%20Up%20Creative%20-%20Flatline%20Bold-Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Flatline Sans';
    src: url('../fonts/Up%20Up%20Creative%20-%20Flatline%20SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flatline Sans';
    src: url('../fonts/Up%20Up%20Creative%20-%20Flatline%20SemiBold-Italic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

