/**
 * Custom Font Face Declarations
 *
 * @package made-to-thrive-2026-base
 */

@font-face {
    font-family: 'Beach Bound Script';
    src: url('../fonts/BeachBoundScript.woff2') format('woff2'),
        url('../fonts/BeachBoundScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Copperplate CC';
    src: url('../fonts/CopperplateCC.woff2') format('woff2'),
        url('../fonts/CopperplateCC.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Times Now';
    src: url('../fonts/TimesNow-LightItalic.woff2') format('woff2'),
        url('../fonts/TimesNow-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times Now';
    src: url('../fonts/TimesNow-ExtraLight.woff2') format('woff2'),
        url('../fonts/TimesNow-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times Now';
    src: url('../fonts/TimesNow-Light.woff2') format('woff2'),
        url('../fonts/TimesNow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

