/* Font pack: Lora + Rubik */
:root {
  --cs-font-heading: 'Lora', serif;
  --cs-font-body: 'Rubik', system-ui, sans-serif;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/lora.woff2) format('woff2');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/rubik.woff2) format('woff2');
}
