/* Selbst gehostete Schriften (roomlogic Foundations: Inter = Body/UI, Archivo = Headlines).
   Variable Fonts, Latin-Subset; ersetzt die Remote-Einbindung von Google Fonts (DSGVO). */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/roomlogic/inter.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/roomlogic/archivo.woff2') format('woff2');
}
