/*
 * Corza brand tokens.
 *
 * Extracted from corza.com's `custom.css`. Note: corza.com (the marketing
 * site) is out of scope for Corza Eye per the kb — but the brand language
 * is shared across Corza Medical properties, so these tokens are a
 * reasonable starting point until the Corza Eye design system (CORZA-21)
 * lands.
 */

:root {
  /* Brand action / CTA */
  --corza-orange: #ff4d00;
  --corza-orange-dk: #cd3e00;

  /* Secondary brand */
  --corza-teal: #4f868e;
  --corza-teal-dk: #3c666c;
  --corza-teal-soft: #4e9695;

  /* Neutrals */
  --corza-ink: #211f1d;
  --corza-ink-dk: #1a1917;
  --corza-deep: #123134;
  --corza-ice: #d1dddf;
  --corza-fog: #a3bbc0;
  --corza-paper: #fafafa;
  --corza-border: #d4d4d2;
  --corza-mid: #908f8e;

  /* Status — error/danger only for now; promote success/warning when needed. */
  --corza-error: #c23934;
  --corza-error-bg: #fdeceb;

  /* Type */
  --corza-font-display:
    "GT Eesti Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;

  /* Shape */
  --corza-radius-pill: 25px;
  --corza-radius-card: 10px;

  /* Motion */
  --corza-transition-base: 300ms ease-in-out;
}
