:root {
    --color-primary: #65297a !important;
    --color-secondary: #65297a !important;
    --color-tertiary: #65297a !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%;
      }
    }
  .banner-content {
    h2 {
        >span:nth-child(2) {
            font-family: "Suisse Intl", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif
        }
    }
}