/* Generated by TheCircle Producer. The restaurant's skin: its own
   typography and its own brand colours, over the shared layout. */

@font-face {
  font-family: "Cinzel";
  src: url("../assets/fonts/cinzel-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;

  --paper: #fbf7ea;
  --surround: #e2dcc9;
  --ink: #111111;
  --ink-muted: #5a5a5a;
  --ink-muted-inverted: #c9c2ab;
  --accent: #c71624;
  --chrome: #0a0a0a;
  --control-bg: rgba(10, 10, 10, 0.84);
  --control-ink: #ffffff;
  --control-border: rgba(255, 255, 255, 0.28);

  --font-display: "Cinzel", Georgia, serif;
  --font-body: "IBM Plex Sans", Arial, Helvetica, sans-serif;
}
