/**
 * ==================================================
 * FONTS
 * ==================================================
 * Theme: Aicher Teeladen
 *
 * Local font definitions.
 *
 * All fonts are loaded locally to improve:
 * - Performance
 * - Privacy (GDPR)
 * - Reliability
 *
 * Font Families
 * --------------------------------------------------
 * Inter                → Body Font
 * Cormorant Garamond   → Heading Font
 * ==================================================
 */


/* ==================================================
   INTER
================================================== */

/**
 * Body Font
 *
 * Used for:
 * - Paragraphs
 * - Navigation
 * - Buttons
 * - Forms
 * - Product descriptions
 * - Footer
 */

/* Regular ------------------------------------------------ */

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/inter-latin-400-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Medium ------------------------------------------------- */

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/inter-latin-500-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

/* Semi Bold --------------------------------------------- */

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/inter-latin-600-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

/* Bold --------------------------------------------------- */

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/inter-latin-700-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}


/* ==================================================
   CORMORANT GARAMOND
================================================== */

/**
 * Heading Font
 *
 * Used for:
 * - Hero titles
 * - H1
 * - H2
 * - H3
 * - H4
 * - H5
 * - H6
 * - Section headings
 */

/* Regular ------------------------------------------------ */

@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/cormorant-garamond/cormorant-garamond-latin-400-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Bold --------------------------------------------------- */

@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/cormorant-garamond/cormorant-garamond-latin-700-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}