/* BRAND JACKET design tokens — linked before other stylesheets. */
:root {
  --color-black: #0a0a0a;
  --color-red: #c41e3a;
  --color-red-hover: #a01830;
  --color-gray-light: #f5f5f5;
  --color-gray-mid: #e5e5e5;
  --color-white: #ffffff;
  --font-heading: 'Oswald', 'IBM Plex Sans Arabic', sans-serif;
  --font-body: 'IBM Plex Sans Arabic', 'Work Sans', sans-serif;
  --max-width: 1200px;
  --header-height: 64px;
  --spacing: 1rem;
}
