:root {
  --ink: #0a0a0a;
  --soft-ink: #171717;
  --ivory: #f7f4ee;
  --paper: #ffffff;
  --mist: #e7e7e4;
  --muted: #737373;
  --blue: #315f74;
  --blue-deep: #24495a;
  --orange: #d9822b;
  --line: rgba(10, 10, 10, 0.14);
  --container: min(1280px, calc(100vw - 64px));
  --reading: min(820px, calc(100vw - 48px));
  --header-height: 88px;
  --radius-card: 18px;
  --radius-media: 26px;
  --radius-button: 11px;
  --shadow-soft: 0 12px 32px rgba(10, 10, 10, 0.06);
  --shadow-lift: 0 18px 45px rgba(10, 10, 10, 0.10);
  --font-ui: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --font-editorial: "Instrument Serif", Georgia, serif;
}
