:root {
    --color-primary: #102419 !important;
    --color-secondary: #102419 !important;
    --color-tertiary: #7B3F00 !important;
    --color-primary-text: #102419;
    --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%;
      }
    }
  .template1 {
  h1,
  h2,
  h3,
  h4,
  .footer h3 {
    font-weight: 400;
    font-family: var(--font-primary);
    > span {
      font-family: var(--font-primary);
    }
  }
}

[data-page="67a1ef680a6d831b1bf13b75"] {
  h1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    font-family: var(--font-secondary);
  }
}
