/*
 * Custom Font Definitions
 */

/* Simpler - Primary Font */
@font-face {
    font-family: 'Simpler';
    src: url('../assets/fonts/Simpler-Regular.woff') format('woff'),
        url('../assets/fonts/Simpler-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simpler';
    src: url('../assets/fonts/Simpler-Light.woff') format('woff'),
        url('../assets/fonts/Simpler-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Simpler';
    src: url('../assets/fonts/Simpler-Black.woff') format('woff'),
        url('../assets/fonts/Simpler-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Barlow - Secondary/Fallback Font */
@font-face {
    font-family: 'Barlow';
    src: url('../assets/fonts/Barlow-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}