@font-face {
  font-family: 'Monserrat';
  src: url('fonts/Montserrat-ExtraLight.woff')format('woff');
}
@font-face {
  font-family: 'Monserrat-ExtraLight';
  src: url("fonts/Montserrat-ExtraLight.woff2")format("woff2");
}
@font-face {
  font-family: 'Monserrat-Light';
  src: url("fonts/Montserrat-Light.woff2")format("woff2");
}
@font-face {
  font-family: 'Monserrat-Regular';
  src: url("fonts/Montserrat-Regular.woff2")format("woff2");
}
@font-face {
  font-family: 'Monserrat-SemiBold';
  src: url("fonts/Montserrat-SemiBold.woff2")format("woff2");
}
@font-face {
  font-family: 'Monserrat-VariableFont_wght';
  src: url("fonts/Montserrat-VariableFont_wght.ttf")format("truetype");
}

/* Standard-Styles für den gesamten Body-Text */
body {
    font-family: 'Monserrat';
}

/* Beispiel für spezifische Stile */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Monserrat';
    font-weight: light;
}

p {
    font-family: 'Monserrat';
    font-weight: normal;
}
