/* outfit-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: url('../Fonts/outfit-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }



  /* 
 * Base styles 
 */

 html {
    overflow-y: scroll; /* Scrollbalken ist immer sichtbar */
}


body {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.6;
    color: #666666;
    min-height: 100vh; /* Sicherstellen, dass der Body mindestens den Viewport ausfüllt */
}