/*
  Design token stylesheet for the Lion Timing / Anigma website.
  Use this file for colors, spacing, type scales, and shared CSS variables.
  Do not store customer data, CRM data, emails, secrets, or private company records here.
*/

:root {
  --ink: #1f1c18;
  --muted: #6f675f;
  --soft: #fff7ed;
  --paper: #fbf7ef;
  --white: #ffffff;
  --orange: #d87224;
  --orange-dark: #a84d16;
  --teal: #166c78;
  --line: rgba(31, 28, 24, 0.12);
  --line-strong: rgba(31, 28, 24, 0.2);
  --shadow: 0 24px 70px rgba(48, 35, 20, 0.13);
  --shadow-card: 0 18px 46px rgba(48, 35, 20, 0.09);
  --shadow-button: 0 12px 28px rgba(216, 114, 36, 0.26);
  --shine: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.72));
  --orange-shine: linear-gradient(135deg, #ee8a38, #c76622);
  --radius: 8px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}
