/*
 * Self-hosted fonts for GDPR/DSGVO compliance
 * No data is transferred to Google or any third party
 */

/* League Spartan - Regular 400 */
@font-face {
  font-display: swap;
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/league-spartan-v15-latin-regular.woff2') format('woff2');
}

/* League Spartan - SemiBold 600 */
@font-face {
  font-display: swap;
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/league-spartan-v15-latin-600.woff2') format('woff2');
}

/* League Spartan - Bold 700 */
@font-face {
  font-display: swap;
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/league-spartan-v15-latin-700.woff2') format('woff2');
}

/* League Spartan - ExtraBold 800 */
@font-face {
  font-display: swap;
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/league-spartan-v15-latin-800.woff2') format('woff2');
}

/* League Spartan - Black 900 */
@font-face {
  font-display: swap;
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/league-spartan-v15-latin-900.woff2') format('woff2');
}

/* Plus Jakarta Sans - Regular 400 */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/plus-jakarta-sans-v12-latin-regular.woff2') format('woff2');
}

/* Plus Jakarta Sans - Medium 500 */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/plus-jakarta-sans-v12-latin-500.woff2') format('woff2');
}

/* Plus Jakarta Sans - SemiBold 600 */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/plus-jakarta-sans-v12-latin-600.woff2') format('woff2');
}
