@font-face {
  font-family: 'Work Sans';
  src: url(/static/fonts/Work_Sans/static/WorkSans-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Work Sans';
  src: url(/static/fonts/Work_Sans/static/WorkSans-Medium.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Work Sans';
  src: url(/static/fonts/Work_Sans/static/WorkSans-Italic.ttf);
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Instrument Serif';
  src: url(/static/fonts/InstrumentSerif-Regular.woff2);
  font-weight: normal;
  font-style: normal;
}

html {
  --shade-00: #ece3ce;
  --shade-02: #739072;
  --shade-03: #4f6f52;
  --shade-04: #3a4d39;
  --alabaster: #dae0d8;
  --black-olive: #282c26;
  --rose-quartz: #af8ba2;
  --tilted-red: #9e1225;
  --pale-purple: #e5d4df;
  --platinum: #e8e6e7;
}
