/* ---------------------------------------------------------------------------------------------------------------- page.scss: - Content module for content page - Components: - title: Class for styling Hn tag with most prominent title on the page ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------ global.scss: 	- Global variables for Mhw --------------------------------------------------------------------- */
/*
	COLOR PALETTE
*/
/*
	TYPOGRAPHY
*/
.page__title { display: block; text-align: center; text-transform: uppercase; margin-top: 0; margin-bottom: 20px; font-size: 38px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
