:root{
  /* Colors */
  --ink:#0b0b0b;
  --muted:#6b7280;
  --edge:#e5e7eb;
  --panel:#ffffff;
  --panel-alt:#f8fafc;

  /* Brand (nav) */
  --brand:#002F6C;
  --brand-dk:#001a3d;
  --brand-ultra:#001536;
  --brand-accent:#F26925;
  --link:#064ee5;

  /* Calendar key colors */
  --cal-blue:#3a57fc;
  --cal-orange:#ef6c00;
  --cal-green:#33b679;
  --cal-purple:#b39ddb;
  --cal-yellow:#e4c441;
  --cal-gray:#9e9e9e;

  /* Typography */
  --font-sans: Arial,Helvetica,sans-serif;
  --fs-sm: 14px;
  --fs-base: 16px;
  --fs-lg: 18px;

  /* Spacing scale */
  --s-0:0;
  --s-1:4px;
  --s-2:8px;
  --s-3:12px;
  --s-4:16px;
  --s-5:24px;
  --s-6:32px;

  /* Radius & shadow */
  --radius:10px;
  --radius-lg:14px;
  --shadow-sm:0 2px 8px rgba(0,0,0,.12);
  --shadow-md:0 8px 24px rgba(0,0,0,.12);

  /* Breakpoints */
  --bp-md:900px;
  --bp-lg:1200px;

  /* Focus ring */
  --focus-ring:0 0 0 3px rgba(242,105,37,.45);
}@charset "UTF-8";
/* CSS Document */

