:root {
  --red: #ef1b24;
  --red-dark: #9b0710;
  --red-soft: #fff0f1;
  --blue: #145af2;
  --orange: #ff5a00;
  --teal: #0b9699;
  --purple: #8125e8;
  --green: #19a84b;
  --amber: #d89200;
  --ink: #090b0f;
  --ink-2: #161a20;
  --ink-3: #252a32;
  --muted: #6c727c;
  --line: #e4e7eb;
  --surface: #ffffff;
  --surface-soft: #f4f6f8;
  --header-height: 58px;
  --footer-height: 94px;
  --page-max: 940px;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 30px;
  --shadow-sm: 0 8px 24px rgba(7, 12, 18, .08);
  --shadow: 0 20px 54px rgba(7, 12, 18, .14);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
