/* Vendored custom fonts — ported from custom-fonts plugin / uploads (2022/04)
   Ensures forum-wissen renders identically even when custom-fonts plugin is deactivated
   and wp-content/uploads is empty (fresh install, static export). */

@font-face {
  font-family: 'Open-Sans-Rg';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open-Sans-Rg';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/custom/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Source-sans-RG';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/SourceSansPro-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'overpass-regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/overpass-regular.otf') format('opentype');
}
@font-face {
  font-family: 'overpass light';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/overpass-light.otf') format('opentype');
}
@font-face {
  font-family: 'Gidole';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/Gidole-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/Manrope-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Montserrat-RG';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/Montserrat-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Hattori-Hanzo-Rg';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/Hattori_Hanzo.otf') format('opentype');
}
@font-face {
  font-family: 'Lato-RG';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/Hattori_Hanzo-1.otf') format('opentype');
}
/* Fallbacks for filename-based families (some content references these) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom/SourceSansPro-Regular.otf') format('opentype');
}
