/* VARIAVEIS */

:root {
	--default-font: "Noto Sans", sans-serif;
	--title-font: "Titillium Web", sans-serif;
	--default-font-size: 16px;
	--big-font-size: 20px;
	--small-font-size: 14px;
	--smaller-font-size: 14px;
	--default-font-weight: 400;
	--title-font-weight: 700;
	--strong-font-weight: 600;

	--h1-font-size: 32px;
	--h2-font-size: 28px;
	--h3-font-size: 24px;
	--h4-font-size: 22px;
	--h5-font-size: 20px;
	--h6-font-size: 18px;

	--default-text-margin: 20px;
	--default-title-margin-top: 40px;
	--default-title-margin-bottom: 20px;

	--default-font-color: #5e5f5f; /* gunmetal */
	--default-title-color: #174175; /* light-navy */
	--menu-color: #174175;
	
	--bright-cyan: #4ad7ff;
	--water-blue: #1597D1;
	--water-blue-hover: #12568a;
	--light-navy: #174175;
	--gunmetal: #5e5f5f;
	--black: #5e5f5f; /* gunmetal */
	--light-grey: #f3f3f3;
	--white: #FDFDFD;
	--cta-detail-blue: #077FBB;

	--border-color-bg-navy: rgb(13, 49, 72, 0.6);
	--border-color-bg-grey: #E9E9E9;


	--site-width: 425px;
	--header-height: 55px;
	--default-margin-top-bottom: 40px;
	--default-wp-block-margin-top-bottom: 40px;

	/* --default-box-shadow: 5px 5px 10px 0 #0000001a; */
	--default-box-shadow: 0px 10px 20px 0 #0000001A;
	--header-box-shadow: 0px 15px 15px 0 #0000001A;

	--search-form-wrapper-height: 256px;

	/* WP defaults */
	--wp--style--gallery-gap-default: 5px;
}
@media only screen and (min-width: 1025px) {
	:root {
		--big-font-size: 24px;
		--default-font-size: 20px;
		--small-font-size: 16px;
		--smaller-font-size: 14px;
		--h1-font-size: 58px;
		--h2-font-size: 44px;
		--h3-font-size: 34px;
		--h4-font-size: 30px;
		--h5-font-size: 26px;
		--h6-font-size: 22px;

		--default-text-margin: 30px;
		--default-title-margin-top: 50px;
		--default-title-margin-bottom: 30px;

		--site-width: 1140px;
		--header-height: 80px;
		--default-margin-top-bottom: 80px;
		--default-wp-block-margin-top-bottom: 60px;

		--search-form-wrapper-height: 460px;

		/* WP defaults */
		--wp--style--gallery-gap-default: 5px;
	}
}
