<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    /* latin-ext */
    @font-face {
        font-family: 'Outfit';
        font-style: thin;
        font-weight: 100 900;
        font-display: swap;
        src: url(../font/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2) format('woff2');
        unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
      }
      /* latin */
      @font-face {
        font-family: 'Outfit';
        font-style: thin;
        font-weight: 100 900;
        font-display: swap;
        src: url(../font/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }

      html {
        scroll-behavior: smooth;
      }
      
      body {
        background-color: white;
        padding-top: 10px;
        /* font-family: Arial, sans-serif; */
        /* display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
        text-align: center;
        margin: 0;
        padding: 0; */
        
        font-family: 'Outfit', sans-serif;
        color: #555;
      }
      
      .scroll-offset {
        scroll-margin-top: 25px; /* justera efter din navbarhÃ¶jd */
      }      
   
      .font-thin {
        font-family: 'Outfit', sans-serif;
        font-weight: 100;
      }
  
      .font-light,p {
        font-family: 'Outfit', sans-serif;
        font-weight: 200;
      }
      
      .font-medium,h3 {
        font-family: 'Outfit', sans-serif;
        font-weight: 400;
      }
  
      .font-bold,h1,h2 {
        font-family: 'Outfit', sans-serif;
        font-weight: 600;
      }
  
      /* img {
        max-width: 400px;
        height: auto;
        margin-bottom: 20px;
      }
  
      h1 {
        font-size: 2.5em;
        margin-bottom: 10px;
      } */
  
      p {
        font-size: 1.2em;
      }

      .hero-section {
        background: url('../img/hero/hero-background.jpg') no-repeat center center;
        background-size: cover;
        height: 100vh; /* full screen */
        position: relative;
      }
      
      .hero-section::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.3); /* dark overlay */
        z-index: 1;
      }
      
      .hero-section .container {
        position: relative;
        z-index: 2;
      }
      </pre></body></html>