@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@400;500;600;700&family=Public+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root{
  --paper:#FFFFFF;
  --wash:#F4F6FA;
  --ink:#0A2342;
  --ink-soft:#4A5C75;
  --rule:#D7DEE9;
  --verdigris:#0A2342;
  --verdigris-deep:#061729;
  --highlight:#EAEFF7;
  --amber:#B8912F;
  --gold:#B8912F;
  --navy:#0A2342;
  --serif:'Newsreader',Georgia,serif;
  --sans:'Public Sans',-apple-system,'Segoe UI',sans-serif;
  --mono:'IBM Plex Mono',Consolas,monospace;
  --radius:3px;
}
