/*Import cores style importer*/
@import "_importer.css";


/*Add your custom styles here*/




/**************************************************************************************************************
************************************************   BREAKPOINTS   ********************************************** 
**************************************************************************************************************/

/* DESKTOPS PLUS */
@media (min-width: (@breakpoint--wide + 1)) 
{

}



/* DESKTOPS */
@media (max-width: @breakpoint--wide)
{
   
}

/* TABLETS */
@media (max-width: @breakpoint--mid)
{
    
}

/* PHONES */
@media (max-width: @breakpoint--narrow)
{ 

}
