
        /* CUSTOM FONTS*/
        
        :root {
            
            
        }body {
              font-size: 16px; 
  line-height: 1.5; 

        }
    h1 {
              font-size: 48px; 
  line-height: 1.5; 

        }
    h2 {
              font-size: 36px; 
  line-height: 1.5; 

        }
    h3 {
              font-size: 30px; 
  line-height: 1.5; 

        }
    h4 {
              font-size: 24px; 
  line-height: 1.5; 

        }
    h5 {
              font-size: 20px; 
  line-height: 1.5; 

        }
    h6 {
              font-size: 16px; 
  line-height: 1.5; 

        }
    a {
                  text-decoration: underline; 

            }
            @media all and (min-width: 1280px) {
                
                :where([class*=dorik-container]:not([class*=dorik-container] *)) {
                    --max-width: 1140px;
                }
                
                :where([class*=dorik-container]:not([class*=dorik-container] *)) .dorik-container--global-container-width {
                    max-width: 1140px;
                }
            }