/*
Theme Name: Barbiere Modern
Author: Badminton Barbiere RS
Description: Modernes, dynamisches Tailwind-Theme für die Badminton-Liga.
Version: 1.0
*/

/* =========================================
   LOKALE GOOGLE FONTS (Inter)
   ========================================= */

/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/inter-v20-latin-regular.woff2') format('woff2'),
       url('assets/fonts/inter-v20-latin-regular.woff') format('woff');
}

/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/inter-v20-latin-700.woff2') format('woff2'),
       url('assets/fonts/inter-v20-latin-700.woff') format('woff');
}

/* inter-900 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('assets/fonts/inter-v20-latin-900.woff2') format('woff2'),
       url('assets/fonts/inter-v20-latin-900.woff') format('woff');
}