@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* SNYZPORT brand palette — supplied light and dark reference, September 2026. */
:root {
  --font-heading: "Manrope", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --hero-title: clamp(4rem, 5vw, 4.5rem);
  --hero-copy: 1.25rem;
  --heading-1: 3.25rem;
  --heading-2: 2.5rem;
  --heading-3: 1.875rem;
  --heading-4: 1.5rem;
  --card-title: 1.25rem;
  --counter: 3rem;
  --counter-small: 2.25rem;
  --menu-size: .9375rem;
  color-scheme: light;
  --navy: #0B1F33;
  --navy-2: #0F2A45;
  --gold: #D4AF72;
  --champagne: #F6E6C8;
  --charcoal: #1F2937;
  --primary: #0B1F33;
  --secondary: #D4AF72;
  --accent: #F6E6C8;
  --bg: #FAFAF8;
  --surface: #FFFFFF;
  --text: #0F172A;
  --muted: #64748B;
  --line: #E2E8F0;
  --surface-soft: #F1F5F9;
  --highlight: #FFF7E6;
  --button-hover: #C89B54;
  --on-primary: #FFFFFF;
  --on-hover: #0B1F33;
  --shadow: 0 20px 50px rgba(11,31,51,.08);
  --green: #14836B;
  --green-soft: #EAF7F1;
  --warning: #79511F;
  --warning-soft: var(--highlight);
  --chart-accent: #0B1F33;
  --chart-pdf: #0B1F33;
  --chart-image: #64748B;
  --chart-code: #D4AF72;
  --chart-calc: #A17B42;
  --chart-text: #94A3B8;
  --chart-dev: #334155;
  --chart-security: #C89B54;
}
html[data-theme="dark"] {
  color-scheme: dark;
  --primary: #D4AF72;
  --secondary: #0F2A45;
  --accent: #F6E6C8;
  --bg: #0A0F1A;
  --surface: #111827;
  --text: #F9FAFB;
  --muted: #94A3B8;
  --line: #334155;
  --surface-soft: #1E293B;
  --highlight: #3B2A12;
  --button-hover: #E8C789;
  --on-primary: #0B1F33;
  --on-hover: #0B1F33;
  --shadow: 0 20px 50px rgba(0,0,0,.24);
  --green: #71DCB3;
  --green-soft: #1D3D35;
  --warning: #F6E6C8;
  --chart-accent: #D4AF72;
  --chart-pdf: #D4AF72;
  --chart-image: #94A3B8;
  --chart-code: #F6E6C8;
  --chart-calc: #E8C789;
  --chart-text: #CBD5E1;
  --chart-dev: #64748B;
  --chart-security: #C89B54;
}
.brand-symbol { display: inline-flex; width: calc(var(--brand-size, 2.875rem) * .5); height: calc(var(--brand-size, 2.875rem) * .5); align-items: center; justify-content: center; flex-shrink: 0; }
.brand-mark { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand-mark-dark { display: none; }
html[data-theme="dark"] .brand-mark-light { display: none; }
html[data-theme="dark"] .brand-mark-dark { display: block; }
.brand-wordmark { font-family: var(--font-heading); font-size: calc(var(--brand-size, 2.875rem) * .5); font-weight: 800; line-height: 1; letter-spacing: -.045em; white-space: nowrap; }
.brand-wordmark b { color: var(--gold); font-weight: inherit; }
button, input, select, textarea { accent-color: var(--primary); }

/* Typography: SNYZPORT_Web_Tasarim_Sistemi.xlsx, Tipografi A6:H23. */
@media (max-width: 720px) {
  :root {
    --hero-title: clamp(2.25rem, 10vw, 2.5rem);
    --hero-copy: 1.0625rem;
    --heading-1: 2.25rem;
    --heading-2: 1.875rem;
    --heading-3: 1.5rem;
    --heading-4: 1.25rem;
    --card-title: 1.125rem;
    --text-lg: 1rem;
    --counter: 2.25rem;
    --counter-small: 1.75rem;
    --menu-size: 1rem;
  }
}
