/* HEAT Elements — Dynamic CSS Variables */
/* Generated: 1786088298 | DO NOT EDIT — auto-generated */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,500;1,600&family=Inter:wght@400;500;600;700&display=swap');

:root {
    /* ── Brand Colors ── */
    --heat-navy:        #07272A;
    --heat-teal:        #0D4A4E;
    --heat-teal-mid:    #155A5E;
    --heat-teal-light:  #1E7A80;
    --heat-gold:        #C49A28;
    --heat-gold-light:  #F0D080;
    --heat-gold-pale:   #F5E9C2;
    --heat-cream:       #F6F3EA;
    --heat-white:       #FFFFFF;
    --heat-muted:       #7A9A9C;
    --heat-muted-dark:  #5A7578;

    /* ── Elementor global color overrides ── */
    --e-global-color-primary:   #07272A;
    --e-global-color-secondary: #0D4A4E;
    --e-global-color-text:      #07272A;
    --e-global-color-accent:    #C49A28;

    /* ── Typography ── */
    --heat-display: "Playfair Display", Georgia, serif;
    --heat-body:    "Inter", system-ui, sans-serif;

    /* ── Elementor global font overrides ── */
    --e-global-typography-primary-font-family:   "Playfair Display";
    --e-global-typography-secondary-font-family: "Inter";
    --e-global-typography-text-font-family:      "Inter";
    --e-global-typography-accent-font-family:    "Playfair Display";

    /* ── Font sizes ── */
    --heat-size-h1:    72px;
    --heat-size-h2:    52px;
    --heat-size-h3:    28px;
    --heat-size-body:  16px;
    --heat-size-label: 13px;

    /* ── Border radius ── */
    --heat-r: px;
}