/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"

**/

<link href="https://fonts.cdnfonts.com/css/gilroy-bold" rel="stylesheet">
                
h1,h2,h3,h4,h5,h6,p{
font-family: 'Gilroy-Regular', sans-serif;
}






/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/


/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}