/**
 * CTB Custom Fonts — @font-face declarations
 *
 * These are the custom CTB brand fonts loaded from the theme's assets/fonts directory.
 * Google Fonts are loaded via the Google Fonts API in functions.php.
 */

@font-face {
    font-family: 'Bagel Fat One';
    src: url('../fonts/BagelFatOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chicle';
    src: url('../fonts/Chicle-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DynaPuff';
    src: url('../fonts/DynaPuff-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fruktur';
    src: url('../fonts/Fruktur-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanalei Fill';
    src: url('../fonts/HanaleiFill-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Irish Grover';
    src: url('../fonts/IrishGrover-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jolly Lodger';
    src: url('../fonts/JollyLodger-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Potta One';
    src: url('../fonts/PottaOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik Puddles';
    src: url('../fonts/RubikPuddles-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ZCOOL KuaiLe';
    src: url('../fonts/ZCOOLKuaiLe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}