/* Self-hosted brand fonts — keine Third-Party-Requests (DSGVO).
   Gloock (Display-Serif) für Überschriften · Sansation (Sans) für Body/Subtext. */

@font-face{
  font-family:'Gloock';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(gloock-regular.woff2) format('woff2');
}

@font-face{
  font-family:'Sansation';
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url(sansation-light.woff2) format('woff2');
}
@font-face{
  font-family:'Sansation';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(sansation-regular.woff2) format('woff2');
}
@font-face{
  font-family:'Sansation';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url(sansation-bold.woff2) format('woff2');
}
@font-face{
  font-family:'Sansation';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url(sansation-italic.woff2) format('woff2');
}
