:root {
  /* Surfaces — neutral cool */
  --paper:        #F2EEE6;
  --paper-2:      #EAE4D6;
  --paper-deep:   #DED6C2;
  --ink:          #15110E;
  --ink-2:        #2C2520;
  --steel:        #6E6960;
  --steel-light:  #94908A;
  --line:         rgba(26, 24, 23, 0.12);
  --line-soft:    rgba(26, 24, 23, 0.06);

  /* Atlantic blue palette */
  --blue-deep:    oklch(0.45 0.13 235);
  --blue-abyss:   oklch(0.32 0.10 240);
  --blue-soft:    oklch(0.45 0.13 235 / 0.10);
  --blue-bright:  oklch(0.62 0.12 230);
  --blue-light:   oklch(0.78 0.10 220);
  --sand:         #C8D4DF;

  /* Type */
  --font-display: 'Fraunces', 'Times New Roman', serif;
  --font-body:    'Inter Tight', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;

  /* Layout */
  --shell-max:    1440px;
  --shell-pad:    40px;
  --section-pad:  96px;
}

@media (max-width: 768px) {
  :root {
    --shell-pad: 22px;
    --section-pad: 64px;
  }
}
