/* BR Firma – moderne, schlanke @font-face ohne EOT/TTF, einheitliche Familie */
@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-Thin.woff2') format('woff2'),
       url('BRFirma-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-ThinItalic.woff2') format('woff2'),
       url('BRFirma-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-ExtraLight.woff2') format('woff2'),
       url('BRFirma-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-ExtraLightItalic.woff2') format('woff2'),
       url('BRFirma-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-Light.woff2') format('woff2'),
       url('BRFirma-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-LightItalic.woff2') format('woff2'),
       url('BRFirma-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-Regular.woff2') format('woff2'),
       url('BRFirma-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-RegularItalic.woff2') format('woff2'),
       url('BRFirma-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-Medium.woff2') format('woff2'),
       url('BRFirma-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-MediumItalic.woff2') format('woff2'),
       url('BRFirma-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-SemiBold.woff2') format('woff2'),
       url('BRFirma-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-SemiBoldItalic.woff2') format('woff2'),
       url('BRFirma-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-Bold.woff2') format('woff2'),
       url('BRFirma-Bold.woff') format('woff');
  font-weight: 700; /* statt 'bold' konkrete Zahl */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-BoldItalic.woff2') format('woff2'),
       url('BRFirma-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-Black.woff2') format('woff2'),
       url('BRFirma-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BR Firma';
  src: url('BRFirma-BlackItalic.woff2') format('woff2'),
       url('BRFirma-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


#navbar {
  font-family: 'BR Firma', sans-serif;
}

.homeHeaderLeft h1{
	font-family: 'BR Firma', sans-serif;
}

#advantages-section {
	font-family: 'BR Firma', sans-serif;
}

.half {
	font-family: 'BR Firma', sans-serif;
}

#footer {
	font-family: 'BR Firma', sans-serif;
}

#msform {
	font-family: 'BR Firma', sans-serif;
}

#progressbar {
	font-family: 'BR Firma', sans-serif;
}

#card-selected-date h{
	font-family: 'BR Firma', sans-serif;
}

#siteTitle {
	font-family: 'BR Firma', sans-serif;
}

#msform row button{
	font-family: 'BR Firma', sans-serif;
}

#loginModal {
	font-family: 'TT Norms', sans-serif;
}
