/* ═══════════════════════════════════════════════
   Conexia — Dark Premium Liquid Glass
   Adapted from motionsites.ai aesthetic
   ═══════════════════════════════════════════════ */

@font-face {
  font-family: 'Garet';
  src: url('/fonts/Garet-Book.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Garet';
  src: url('/fonts/Garet-Heavy.otf') format('opentype');
  font-weight: 800;
  font-display: swap;
}

:root {
  --background: 0 0% 0%;
  --foreground: 0 0% 100%;
  --muted-foreground: 0 0% 100% / 0.6;
  --border: 0 0% 100% / 0.1;
  --radius: 9999px;

  --glass-bg: rgba(255, 255, 255, 0.01);
  --glass-border: rgba(255, 255, 255, 0.25);
  --glass-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  --glass-blur: 16px;

  --ff-heading: 'Garet', Georgia, serif;
  --ff-body: 'Garet', -apple-system, BlinkMacSystemFont, sans-serif;

  --fs-hero: clamp(3.5rem, 2rem + 6vw, 6.5rem);
  --fs-section: clamp(2.5rem, 1.5rem + 4vw, 4.5rem);
  --fs-h3: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  --fs-body: 1rem;
  --fs-sm: 0.875rem;
  --fs-xs: 0.75rem;

  --fw-light: 400;
  --fw-heavy: 800;

  --w-max: 1200px;
  --w-content: 880px;
  --nav-h: 3.5rem;

  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
}
