:root {
    --color-primary: #012447 !important;
    --color-secondary: #bfd531 !important;
    --color-tertiary: #bfd531 !important;
    --color-primary-text: #012447;
    --color-background: #ffffff;
    --color-primary-contrast: #fff;
    --color-secondary-contrast: var(--color-primary-text);
    --color-tertiary-contrast: var(--color-primary-text);
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
    @media (min-width: 1024px) {
      .transparent:not(.scrolled) .logo-image .inverted{
        content: url("https://cdn.omnicasaassets.com/public/omnicasaresources/cms/immobia/logo_white-1.png");
        filter: none !important;
      }
    }
      .transparent.fullscreenmobile {
        .logo-image .inverted {
          content: url("https://cdn.omnicasaassets.com/public/omnicasaresources/cms/immobia/logo_white-1.png");
          filter: none !important;
        }
      }
    
  :root { --border-radius: 0; }
  .template1 { .btn, .rounded-xl, .rounded-lg, .rounded-md, .rounded-t-xl, .rounded-b-xl, .rounded-r-xl, .rounded-l-xl { border-radius: 0px; } }
  
  .template1 { .btn { border-radius: 0px; } }
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .template1 {
  h1, h2, h3, main .module-box h1:not([class^="text-"]), .footer h3 {
    font-weight: 400;
  }
}
