@font-face {
  font-family: 'Moderat';
  font-weight: 100;
  font-style: normal;
  src: url('./fonts/Moderat-Trial-Thin.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Moderat';
  font-weight: 300;
  font-style: normal;
  src: url('./fonts/Moderat-Trial-Light.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Moderat';
  font-weight: 350;
  font-style: normal;
  src: url('./fonts/Moderat-Trial-Book.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Moderat';
  font-weight: 400;
  font-style: normal;
  src: url('./fonts/Moderat-Trial-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Moderat';
  font-weight: 500;
  font-style: normal;
  src: url('./fonts/Moderat-Trial-Medium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Moderat';
  font-weight: 600;
  font-style: normal;
  src: url('./fonts/Moderat-Trial-Semibold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Moderat';
  font-weight: 700;
  font-style: normal;
  src: url('./fonts/Moderat-Trial-Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'value-serif-regular';
  src: url('./fonts/Value\ Serif\ Pro\ Regular.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
