/* iplfantasynow.com - Rose Newsroom design tokens
 * Light-dominant editorial news palette with rose paper tones
 * Dark burgundy-ink typography, blue utility accents
 */
:root {
  --primary: #B72F55;          /* rose ink, headlines */
  --primary-deep: #8B1F3E;     /* hover / pressed */
  --accent: #275FC7;            /* blue utility signals */
  --accent-deep: #1E4A9F;
  --background: #FFF6F8;        /* rose paper canvas */
  --surface: #FFFFFF;            /* story cards */
  --surface-2: #FCE4EA;         /* tinted band */
  --surface-3: #FFF0F4;         /* subtle wash */
  --ink: #351923;               /* body type */
  --ink-soft: #4D2C36;
  --muted: #765765;             /* meta, captions */
  --soft-border: #F0C7D2;
  --hard-border: #D9A1B0;
  --success: #1F8A4F;
  --warning: #C97A0A;
  --danger: #B53842;

  --font-sans: 'DM Sans', 'Noto Sans Devanagari', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-display: 'DM Sans', 'Noto Sans Devanagari', system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;

  --shadow-card: 0 1px 2px rgba(53, 25, 35, 0.06), 0 4px 12px rgba(183, 47, 85, 0.08);
  --shadow-hover: 0 2px 4px rgba(53, 25, 35, 0.08), 0 12px 28px rgba(183, 47, 85, 0.14);
  --shadow-elev: 0 8px 32px rgba(53, 25, 35, 0.14);

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  --container: 1200px;
  --container-wide: 1320px;

  --header-h: 68px;
  --header-z: 100;

  --ease: cubic-bezier(.2, .7, .2, 1);
}