/** Shopify CDN: Minification failed

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

**/
    /*================ Color Variables ================*/
	:root {
        --body_text_color: #0d0d0d;
        --primary_color: #ee7b7b;
        --secondary_color: #444444;
        --link_color: #404040;
        --link_color_hover: #ee7b7b;
      }

      
      /*================ Typography ================*/

      /* typography for body*/
      
@import url('https://fonts.googleapis.com/css?family='Lexend+Deca',+sans-serif:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');:root {
          --font_stack_body: 'Lexend Deca', sans-serif;
          --font_size_base: 16px; 
          --font_weight_normal: 400;
          --line_height_normal: 26px;
          }
      /* typography for h1*/
      

:root {
            --font_family_heading1: 'Lexend Deca', sans-serif;
              --font_size_heading1: 42px;
              --font_weight_heading1: 400;              
            }
          /* typography for h2*/
          

:root {
              --font_family_heading2: 'Lexend Deca', sans-serif;
              --font_size_heading2: 30px;
              --font_weight_heading2: 400;              
            }

            /* typography for h3*/
            

:root {
                --font_family_heading3: 'Lexend Deca', sans-serif;
                  --font_size_heading3: 24px;
                  --font_weight_heading3: 400;                  
                }

              /* typography for h4*/
              

:root {
                  --font_family_heading4: 'Lexend Deca', sans-serif;
                    --font_size_heading4: 18px;
                    --font_weight_heading4: 400;                    
                  }

                /* typography for h5*/
                

:root {
                    --font_family_heading5: 'Lexend Deca', sans-serif;
                      --font_size_heading5: 14px;
                      --font_weight_heading5: 400;                      
                    }

                  /* typography for h6*/
                  

:root {
                      --font_family_heading6: 'Lexend Deca', sans-serif;
                        --font_size_heading6: 12px;
                        --font_weight_heading6: 400;                       
                      }