/* Polymath Display Demo Font Faces */
@font-face {
  font-family: 'Polymath_Display_Demo';
  src: url('/fonts/PolymathDispDemo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'Polymath_Display_Demo-Light';
  src: url('/fonts/PolymathDispDemo-LightIt.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Polymath_Display_Demo-Black';
  src: url('/fonts/PolymathDispDemo-BlackIt.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Additional Polymath Display Demo weights */
@font-face {
  font-family: 'Polymath_Display_Demo';
  src: url('/fonts/PolymathDispDemo-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Polymath_Display_Demo';
  src: url('/fonts/PolymathDispDemo-XLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'Polymath_Display_Demo';
  src: url('/fonts/PolymathDispDemo-Super.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
