/*
Theme Name: The Review
Theme URI: https://example.com
Author: Custom Build
Description: A modern, pared-back editorial theme inspired by serious foreign-policy journals. Clean typography, a masthead built around volume/issue numbering, and calm, ink-on-paper colors.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: the-review
*/

:root{
  /* Color */
  --ink:        #16232E;
  --paper:      #F7F4EC;
  --paper-2:    #EFEADD;
  --rule:       #D9D2C0;
  --brick:      #A23B2E;
  --brass:      #8A6D3B;
  --muted:      #5B6670;

  /* Type */
  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body:    "Source Serif 4", Georgia, serif;
  --font-utility: "Inter", -apple-system, Helvetica, Arial, sans-serif;

  --step-0: 1rem;
  --step-1: 1.25rem;
  --step-2: 1.625rem;
  --step-3: 2.25rem;
  --step-4: 3.25rem;

  --container: 1180px;
  --gutter: 24px;
}
