@font-face {
  font-family: 'Lobster';
  src: url('/static/fonts/Lobster-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/static/fonts/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
}
html[data-brand="farina"] {
  --green: #272216;
  --green2: #85715F;
  --green-dark: #1a160f;
  --gold: #CAA95E;
  --gold-light: #F4EDE4;
  --bg: #F4EDE4;
  --ink: #272216;
  --font-head: 'Lobster', cursive;
  --font-body: 'Roboto', Arial, sans-serif;
}
