/*
Theme Name: c2 welding
Author: Websuited
Author URI: https://websuited.com/
Description: Websuited
Version: 1.0
*/
:root{
	--black:#232323;
	--light-black:#3A3A3A;
	--white:#FFFFFF;
	--light-grey:#F7F7F7;
	--grey:#DDDDDD;
	--dark-blue:#2E3192;
	--light-green:#48BEA2;
	--dim-grey:#808285;
	--cream-green:#E8F4EB;
}

@font-face { 
	font-family: Kross Neue Grotesk Regular; 
	src: url(/wp-content/themes/c2-welding/fonts/kross-neue-grotesk/KrossNeueGrotesk-Regular.woff2); 
	font-weight: normal;
}

@font-face { 
	font-family: Kross Neue Grotesk Bold; 
	src: url(/wp-content/themes/c2-welding/fonts/kross-neue-grotesk/KrossNeueGrotesk-Bold.woff2); 
	font-weight: bolder;
}

/* Container Classes */
.si-container, .si-container-sm, .si-container-md, .si-container-lg, .si-container-xl, .si-container-xxl,.si-container-xxxl, .si-container-fluid {
   	max-width: 20rem;
    margin: auto;
}

@media only screen and (min-width: 992px){
	.si-container, .si-container-sm, .si-container-md, .si-container-lg{
		max-width: 81.25rem;
	}
}