@font-face {
    font-family: 'FreeMono';
    font-style : normal;
    font-weight: normal;
    src        : url('../../fonts/FreeMono.woff') format('woff');
}

@font-face {
  font-family: 'ManRope';
  src: url('../../fonts/Manrope-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900; /* range of supported weights */
  font-stretch: 75% 125%; /* optional — if the font supports width variation */
  font-style: normal; /* or include italic if it supports it */
  font-display: swap;
}