/* Grilled Cheese is served from this website for all visitors. */
@font-face {
  font-family: 'Whisperers Display';
  src: url('../fonts/GrilledCheese-BTN.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-display: 'Whisperers Display', 'Arial Rounded MT Bold', 'Trebuchet MS', sans-serif;
  --font-body: Cambria, Georgia, 'Times New Roman', serif;
}
