/* ============================================================
   THEME — orange / blue / white
   Change these values to recolor the whole site.
   ============================================================ */
:root {
  /* Brand */
  --orange: #F07A1A;        /* primary action / accent */
  --orange-dark: #d96a0f;
  --orange-soft: #FFF1E3;   /* tints / backgrounds */
  --blue: #0E4D77;          /* deep brand blue */
  --blue-dark: #093857;
  --blue-light: #1C72A8;
  --sky: #E7F1F8;           /* soft blue background */
  --white: #FFFFFF;
  --paper: #FBFCFD;         /* near-white page bg */

  /* Neutrals */
  --dark: #14202B;
  --gray: #5C6B79;
  --line: rgba(14, 77, 119, 0.14);

  /* Status */
  --green: #1E9E62;
  --green-soft: #E1F5EC;
  --red: #D64545;
  --red-soft: #FCE6E6;
  --amber: #C2790B;
  --amber-soft: #FDF0D9;

  /* Misc */
  --wa: #25D366;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 18px 50px rgba(14, 77, 119, 0.12);
  --shadow-sm: 0 4px 16px rgba(14, 77, 119, 0.08);

  /* Fonts */
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', system-ui, -apple-system, sans-serif;
}
