/*
Theme Name: Company Name WordPress Child Theme
Theme URI: https://webconsultantgeek.com
Description: Custom child theme for Company Name
Author: Web Consultant Geek
Author URI: https://webconsultantgeek.com
Version: 1.0.0
Template: Divi
*/

/* ---FONTS--- */
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/montserrat-v31-latin-600.woff2') format('woff2'),
	    url('fonts/montserrat-v31-latin-600.woff') format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url('fonts/montserrat-v31-latin-800.woff2') format('woff2'),
		url('fonts/montserrat-v31-latin-800.woff') format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/inter-v20-latin-regular.woff2') format('woff2'),
		url('fonts/inter-v20-latin-regular.woff') format('woff');
}
  

/* ---UTILITY STYLES--- */


/* ---LARGER SCREENS--- */
@media screen and (min-width : 2560px) and (min-height: 2160px) {}

/* ---MEDIA QUERIES--- */
@media screen and (max-width : 1024px) {}
