/** Shopify CDN: Minification failed

Line 30:43 Unterminated string token

**/
/* THIS IS A BRAND GUIDE FILE AND IT CONTAINS THE GLOBAL STYLING */

/* CUSTOM FONT FAMILY START */

  
    @import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
  


  
    @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
  


  
  :root  {
    --font-heading-family: 'Livvic', sans-serif;
    --font-heading-weight: 700;
    --font-heading-light: 600;
  }


  
  :root  {
    --font-body-family: 'Work Sans", serif;
    --font-body-weight: 700;
    --font-body-light: 500;
  
  }

/* CUSTOM FONT FAMILY END */

/* FONT STYLE START */
:root  {
  
    --primary-color: #1a4e8a;
  
  
    --secondary-color: #1a4e8a;
  
  
    --tertiary-color: #1a4e8a;
  
  
    --quaternary-color: #ffffff;
  
  
    --quinary-color: #00afd8;
  
   
    --hex-color: #000000;
  
  
    --sept-color: #005265;
  
  
  
}

@media only screen and (min-width: 768px) {
  h1,
  .h1,
  .h0 {
    font-size: 50px;
  }
  h2,
  .h2 {
    font-size: 42px;
  }
  h3,
  .h3 {
    font-size: 36px;
  }
  h4,
  .h4 {
    font-size: 32px;
  }
  h5,
  .h5 {
    font-size: 24px;
  }
  h6,
  .h6 {
    font-size: 20px;
  }
  .medium_body {
    font-size: 22px;
    line-height: 30px;
  }
  body , .body {
    font-size: 16px;
    line-height: 28px;
  }
  .small_body {
    font-size: 14px;
    line-height: 24px;
  }
  
  :root{    
    --medium_body:22px;
    --medium_body-line:30px;    
    --small-body:14px;
    --small-body-line:24px;
    --mg-body:20px;
    --mg-line:28px;
    --mg-sm-body : 18px;
    --mg-sm-line:16px;

    --h1:50px;
    --h2:42px;
    --h3:36px;
    --h4:32px;
    --h5:24px;
    --h6:20px;  
    
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1,
  .h0 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  .medium_body {
    font-size: 22px;
    line-height: 30px;
  }
  body , .body {
    font-size: 14px;
    line-height: 28px;
  }
  .small_body {
    font-size: 14px;
    line-height: 24px;
  }
   :root{
 --medium_body:22px;
    --medium_body-line:30px;    
     
    --small-body:14px;
    --small-body-line:24px;

    --mg-body:18px;
    --mg-line:28px;

    --mg-sm-body : 16px;
    --mg-sm-line:24px;
     
      --h1:36px;
      --h2:32px;
      --h3:28px;
      --h4:24px;
      --h5:18px;
      --h6:16px; 
     
  }
}

 /* FONT STYLE END */