:root {
    --color-primary: #00649b !important;
    --color-secondary: #0085c5 !important;
    --color-tertiary: #0085c5 !important;
    --color-primary-text: #0f0f0f;
    --color-background: #fff;
    --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%;
      }
    }
  .footer {                                                                                                                   
       text-align: center;                                                                                                       
     }                                                                                                                           
     .footer svg {                                                                                                               
       font-size: 3rem;                                                                                                          
     }                                                                                                                           
                                                                                                                                 
     .rounded-xl, .rounded-md, .rounded-lg, .rounded-t-xl, .btn {                                                                
       border-radius: 0 !important;                                                                                              
     }                                                                                                                           
                                                                                                                                 
     @media (min-width: 1536px) {                                                                                                
       .container {                                                                                                              
         max-width: 1280px !important;                                                                                           
       }                                                                                                                         
     }