/* --------------------------
   Base Styles
---------------------------*/

body {
    background: transparent;
    background: #fff;
color:#292929;
    overflow:auto;
}


.light {font-weight:300;color:#292929;}
.bold {font-weight:800;color:#292929;}

:root{
      
      --card-bg: rgba(105, 105, 105, 0.02);
      --card-border: rgba(255,255,255,0.04);
      --muted: #1f1f1fff;
      --accent: #020202ff; /* lilla */
      --text: #000000ff;
      
    }

/* ====== CONTACT FORM 7 RESPONSE MESSAGE ====== */
.wpcf7-response-output {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-align: center;
    font-family: 'Glacial Indifference', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #1b1b1b;
    margin: -12px 0 20px 0 !important;
    padding: 0 !important;
}

