/* Selbst gehostete Schriftarten (DSGVO-konform) */

/* Fira Sans - ExtraLight (200) */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/fira-sans-200.woff2') format('woff2');
}

/* Fira Sans - Light (300) */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/fira-sans-300.woff2') format('woff2');
}

/* Fira Sans - Light Italic (300) */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/fira-sans-300-italic.woff2') format('woff2');
}

/* Fira Sans - Regular (400) */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fira-sans-400.woff2') format('woff2');
}

/* Fira Sans - Regular Italic (400) */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fira-sans-400-italic.woff2') format('woff2');
}

/* Fira Sans - Medium (500) */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/fira-sans-500.woff2') format('woff2');
}

/* Fira Sans - SemiBold (600) */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/fira-sans-600.woff2') format('woff2');
}

/* Montserrat - SemiBold (600) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/montserrat-600.woff2') format('woff2');
}

/* Montserrat - Bold (700) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-700.woff2') format('woff2');
}

/* Montserrat - ExtraBold (800) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/montserrat-800.woff2') format('woff2');
}
