﻿/* ==========================================================================
   100% DSGVO-konforme lokale Schriftarten (Musikkapelle Impfingen e.V.)
   Vollstaendig lokal gehostet im Ordner /fonts/ - keine externen Google Server
   ========================================================================== */

@font-face {
  font-family: 'Alfa Slab One';
  src: url('fonts/AlfaSlabOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Germania One';
  src: url('fonts/GermaniaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rye';
  src: url('fonts/Rye-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('fonts/PlusJakartaSans-VariableFont.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-VariableFont.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('fonts/Cinzel-VariableFont.ttf') format('truetype');
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}

/* Font Helper Utility Classes */
.font-heading {
  font-family: 'Germania One', cursive, serif;
}

.font-brand {
  font-family: 'Rye', cursive, serif;
}

.font-alfa {
  font-family: 'Alfa Slab One', cursive, sans-serif;
}