@font-face {
  font-family: 'Open Sans';
  font-weight: 300 700;
  font-stretch: 0% 200%;
  src: url('/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.woff2?rbrk_cache=1')
      format('woff2'),
    url('/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.woff?rbrk_cache=1')
      format('woff'),
    url('/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf?rbrk_cache=1')
      format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Fira Code';
  font-weight: 300 700;
  font-stretch: 0% 200%;
  src: url('/fonts/FiraCode/FiraCode-VariableFont_wght.woff2?rbrk_cache=1')
      format('woff2'),
    url('/fonts/FiraCode/FiraCode-VariableFont_wght.woff?rbrk_cache=1')
      format('woff'),
    url('/fonts/FiraCode/FiraCode-VariableFont_wght.ttf?rbrk_cache=1')
      format('truetype');
  font-display: swap;
}

:root {
  --app-font: 'Open Sans', sans-serif;
  --monospace-font: 'Fira Code', monospace;
}
