:root {
    --color-primary: #1d1d1b !important;
    --color-secondary: #009fe3 !important;
    --color-tertiary: #009fe3 !important;
    --color-primary-text: #1d1d1b;
    --color-background: #fff;
    --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%;
      }
    }
  .desktop-nav {
  a {
    text-transform: uppercase;
  }
}

.footer {
  div {
    text-align: center;
    a {
      color: #fff;
      svg {
        font-size: 2.5rem;
      }
    }
  }
}

.module-article {
  .lg\:px-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
