@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-VariableFont_wdth,wght.ttf');
  font-style: normal;
}

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

@font-face {
  font-family: 'DegularDisplay';
  src: url('/fonts/DegularDisplay-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

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

@font-face {
  font-family: 'DegularDisplay';
  src: url('/fonts/DegularDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

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

@font-face {
  font-family: 'DegularDisplay';
  src: url('/fonts/DegularDisplay-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

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

@font-face {
  font-family: 'DegularDisplay';
  src: url('/fonts/DegularDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

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

@font-face {
  font-family: 'DegularDisplay';
  src: url('/fonts/DegularDisplay-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

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

@font-face {
  font-family: 'DegularDisplay';
  src: url('/fonts/DegularDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'DegularDisplay';
  src: url('/fonts/DegularDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'DegularDisplay';
  src: url('/fonts/DegularDisplay-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}