@font-face {
  font-family: 'Lora';
  src: url('static/fonts/Lora[wght].woff2') format('woff2-variations');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('static/fonts/Lora-Italic[wght].woff2') format('woff2-variations');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: 'Lora', serif;
  color: #5D2E46;
  font-size: 1.2rem;
}
