/**
 * Local Font Definitions
 *
 * For fonts not available on Google Fonts (like Butler)
 */

/* Butler Font (if self-hosted) */
@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Regular.woff2') format('woff2'),
         url('../fonts/Butler-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

/* Fallback if Butler fonts are not installed */
@supports not (font-family: Butler) {
    :root {
        --ds-font-butler: 'Playfair Display', Georgia, 'Times New Roman', serif;
    }
}
