/*
Theme Name: JadeWits
Theme URI: https://jadewits.com
Description: This is a custom child theme for Jalient
Author: JadeWits
Author URI: https://jadewits.com
Template: salient
Version: 1.0
*/

:root {
    --bg: #1e1e1e;
    --color: #1e1e1e;
    --pad: 34px;
    --nav-height: 170px;
}




@media only screen and (min-width: 801px) {

    

}

/*desktop only */
@media only screen and (min-width: 1600px) {
   
}


/*mobile only */
@media only screen and (max-width: 800px) {
   

}