/* Checkout Websites — Core tokens shared across marketing + portals */
:root{
  --ff-sans: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --ff-serif: "Merriweather", ui-serif, Georgia, "Times New Roman", serif;

  --radius-1: 10px;
  --radius-2: 14px;
  --shadow-1: 0 10px 26px rgba(0,0,0,.10);
  --shadow-2: 0 18px 44px rgba(0,0,0,.14);

  --blue: #0f4a8a;
  --blue-l: #1e5aa0;
  --blue-d: #0a3366;

  --bg: #f5f7fb;
  --bg-w: #ffffff;
  --t1: #0b1220;
  --t2: #1f2937;
  --t3: #4b5563;
  --t4: #6b7280;
  --border: rgba(15, 74, 138, .14);

  --green: #16a34a;
  --amber: #f59e0b;
  --red: #ef4444;
  --purple: #7c3aed;
}

html,body{height:100%}
body{font-family:var(--ff-sans); color:var(--t2)}
