/** Shopify CDN: Minification failed

Line 20:6 All "@import" rules must come first

**/




  
      @import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap);
  
  :root {
    --font-heading-family: 'Oswald', sans-serif;
    --font-heading-weight: 500;
  }


  
      @import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);
  
  :root {
    --font-body-family: 'Lato', sans-serif;
    --font-body-weight: 400;
  }




:root {
  
    --primary-color: #000000;
  
  
    --secondary-color: #222222;
  
  
    --tertiary-color: #151515;
  
  
    --quaternary-color: #ffffff;
  
  
    --quinary-color: #f5f5f5;
   
}

@media only screen and (min-width: 750px) {
  h1, .h1, .h0{
    font-size: 56px;
  }
  h2, .h2{
    font-size: 40px;
  }
  h3, .h3{
    font-size: 34px;
  }
  h4, .h4{
    font-size: 30px;
  }
  h5, .h5{
    font-size: 24px;
  }
  h6, .h6{
    font-size: 22px;
  }
  .medium_body{
    font-size: 18px;
    line-height: 30px;
  }
  body{
    font-size: 16px;
    line-height: 26px;
  }
  .small_body{
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 749px) {
  h1, .h1, .h0{
    font-size: 28px;
  }
  h2, .h2{
    font-size: 34px;
  }
  h3, .h3{
    font-size: 28px;
  }
  h4, .h4{
    font-size: 26px;
  }
  h5, .h5{
    font-size: 22px;
  }
  h6, .h6{
    font-size: 18px;
  }
  .medium_body{
    font-size: 16px;
    line-height: 30px;
  }
  body{
    font-size: 14px;
    line-height: 22px;
  }
  .small_body{
    font-size: 13px;
    line-height: 20px;
  }
}
