:root {
    --color-primary: #2d2926 !important;
    --color-secondary: #e10600 !important;
    --color-tertiary: #e10600 !important;
    --color-primary-text: #2d2926;
    --color-background: #ffffff;
    --color-primary-contrast: #fff;
    --color-secondary-contrast: #fff;
    --color-tertiary-contrast: #fff;
    --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/century21berthouts/berthouts_logo_white.png");
        filter: none !important;
      }
    }
      .transparent.fullscreenmobile {
        .logo-image .inverted {
          content: url("https://cdn.omnicasaassets.com/public/omnicasaresources/cms/century21berthouts/berthouts_logo_white.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: 9999px; padding-left: 1.5rem; padding-right: 1.5rem; } .sticky-buttons .btn { border-radius: 0px; }  }
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .footer {
  svg {
    font-size: 1rem;
  }
}