/* Fifth Circle — tokens, generated by make_kit.py from brand.py (D154). Edit brand.py, not this file. */
@font-face {
  font-family: "Abril Fatface";
  src: url("./fonts/AbrilFatface-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("./fonts/Spectral-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("./fonts/Spectral-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("./fonts/Spectral-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn SC";
  src: url("./fonts/VollkornSC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn SC";
  src: url("./fonts/VollkornSC-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn SC";
  src: url("./fonts/VollkornSC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("./fonts/Vollkorn-Italic[wght].ttf") format("truetype");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --paper: #F2EBDC;
  --paper-deep: #E4DAC6;
  --ink: #1A1714;
  --ink-muted: #70675C;
  --rule: #C6BCAA;
  --seat-secretary: #2F6DB5;
  --seat-chair: #D0342C;
  --seat-activist: #7B4FBF;
  --seat-treasurer: #3E8E5A;
  --hal-amber: #FFB000;
  --hal-amber-dim: #7A6230;
  --hal-black: #040401;
  --hal-on-paper: #B07400;
  --chamber-field: #15171C;
  --chamber-text: #E6E4DE;
  --chamber-muted: #8A909A;
  --chamber-rule: #2C313A;
  --chamber-card: #1E2128;
  --font-display: "Abril Fatface", Georgia, serif;
  --font-text: "Spectral", Georgia, serif;
  --font-sc: "Vollkorn SC", "Spectral SC", Georgia, serif;
  --font-epigraph: "Vollkorn", Georgia, serif;
  --domain: "EnterTheFifthCircle.com";
}
