@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* Element Styling */
h1,h2{
	font-family: "Archivo Black", sans-serif;
	font-weight: 400;
	font-style: normal;
		}
h3,h4,h5,h6{
	font-family: "Archivo", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
		}

h3 {
	font-size: calc(1.275rem + .3vw);
}

body{
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

/* End Element Styling */




/* --- Styling for Specific Areas --- */

/* Mobile Navbar Branding */

#navbarLabel{
	font-family: "Archivo Black", sans-serif;
	font-size: calc(1.275rem + .3vw);
}

/* End Mobile Navbar Branding */

/* Homepage Styling */

.siteTagline{
	font-family: "Archivo", sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
	font-weight: 500;
}

.introTagline {
    font-family: "Archivo", sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
}

/* End Homepage Styling */

/* Case Study Styling */

#caseStudyLightboxLabel{
	font-size: 1.25rem;
}

/* End Case Study Styling */