:root {
    --color-primary: #232020 !important;
    --color-secondary: #C66C3A !important;
    --color-tertiary: #949599 !important;
    --color-primary-text: #232020;
    --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;
  } 
  
  
  
  
  :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: 2rem;
  }
}