/**
 * Copyright © 2023–2026 HoopFrog Inc. All rights reserved.
 * LacusCor™ and LacusCor™ are brands of HoopFrog Inc.
 * (Trademark Application No. 2374073 — CIPO)
 * HoopFrog Inc. — Federal Corp. No. 1467452-9 | Alberta CAN 2126911664
 *
 * PROPRIETARY AND CONFIDENTIAL
 * This file contains trade secrets and proprietary information of HoopFrog Inc.,
 * including but not limited to anti-ghosting processes and matching algorithms.
 * Unauthorized copying, modification, distribution, disclosure, or use of this
 * file or its contents, in whole or in part, via any medium, is strictly
 * prohibited without the express written consent of HoopFrog Inc.
 */
/**
 * Fix #16: Self-hosted Google Fonts (GDPR — no third-party IP transfer)
 * 
 * Fonts: DM Sans, Playfair Display, Outfit, DM Serif Display
 * All WOFF2 files in /fonts/ — downloaded via download-fonts.php
 */

/* ── DM Sans ──────────────────────────────────────────────────────────────── */

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/dm-sans-400.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/dm-sans-400-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/dm-sans-500.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/dm-sans-600.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/dm-sans-700.woff2') format('woff2');
}

/* ── Playfair Display ─────────────────────────────────────────────────────── */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/playfair-display-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/playfair-display-700.woff2') format('woff2');
}

/* ── Outfit ────────────────────────────────────────────────────────────────── */

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/outfit-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/outfit-400.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/outfit-600.woff2') format('woff2');
}

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

/* ── DM Serif Display ─────────────────────────────────────────────────────── */

@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/dm-serif-display-400.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/dm-serif-display-400-italic.woff2') format('woff2');
}
