@font-face {
  font-family:Telegraf;
  src:url('../fonts/telegraf-bold.otf') format('opentype');
  font-weight:800;
  font-display:swap
}
@font-face {
  font-family:Quicksand;
  src:url('../fonts/quicksand-book.otf') format('opentype');
  font-weight:400;
  font-display:swap
}
@font-face {
  font-family:Quicksand;
  src:url('../fonts/quicksand-bold.otf') format('opentype');
  font-weight:700;
  font-display:swap
}
:root {
  --green:#082808;
  --green-deep:#061e0b;
  --red:#500000;
  --brown:#401f0c;
  --ink:#151512;
  --paper:#f6f3ec;
  --soft:#eef3ee;
  --line:#dbddd4;
  --muted:#555c54;
  --focus:#1f5eff;
  --heading:Telegraf,Arial,sans-serif;
  --body:Quicksand,Arial,sans-serif
}
