@import url('https://start.training.infoblox.com/assets/infoblox-fonts.min.css');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
	--vpt-theme-text-font: 'LatoWeb', Lato, sans-serif;
	--vpt-theme-headline-font: 'LatoWebBlack', 'Lato Black', sans-serif;
	--K15t-font-family-code: 'Courier Prime', monospace;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'LatoWebBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}

.portal__header__content__intro--heading {
	font-family: 'LatoWebBlack', 'Lato Black', sans-serif;
	text-transform: capitalize;
	letter-spacing: -0.03em;
}

.portal__header__content__intro--intro {
	font-family: 'LatoWebLight', 'Lato Light', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
