/* Opaque raster samples from the owner-supplied iPasuyo brand assets.
   Action variant is intentionally darker for white-text contrast. */
:root {
  --coral: #e53935;
  --coral-action: #c82d29;
  --charcoal: #2d2d2d;
  --cream: #fff8f3;
  --pink: #fce9e7;
  --paper: #ffffff;
  --muted: #69625e;
  --border: #e5dcd7;
  --success: #24614a;
  --warning: #795119;
  --danger: #b12824;
  --radius: 16px;
  --radius-small: 10px;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --font: 'Trebuchet MS', 'Arial Rounded MT Bold', Arial, sans-serif;
  --shadow: 0 8px 28px rgb(49 49 48 / 5%);
  /* Media queries use 640px and 960px; CSS custom properties cannot
     be interpolated directly into native media-query conditions. */
  --breakpoint-tablet: 640px;
  --breakpoint-desktop: 960px;
}
