:root {
    --color-primary: #233d46 !important;
    --color-secondary: #233d46 !important;
    --color-tertiary: #233d46 !important;
    --color-primary-text: #000000;
    --color-background: #ffffff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0.375rem; }
  
  
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .footer div {
    text-align: center;
}

.footer svg {
    font-size: 3rem;
}

.marquee-container .marquee {
    border-radius: 0.5rem;
}
