:root {
	--gradient-security-leadership: linear-gradient(90deg, #0091da 8.32%, #7f35b2 93.07%);
	--gradient-threat-landscape: linear-gradient(64.29deg, #1d428a 43.23%, #00c1d5 101.59%);
	--gradient-product-strategies: linear-gradient(244.56deg, #78be20 10.18%, #0091da 43.21%);
	--gradient-security-technical: linear-gradient(64.58deg, #65a11b 57.27%, #00c1d5 95.91%);
	--gradient-ecosystem-strategies: linear-gradient(64.16deg, #00a1b3 60.04%, #0091da 97.79%);
	--black: #000000;
	--white: #ffffff;
	--gray: #565656;
	--link-blue: #007ab8;
	--card-header-font-color: black;
	--card-header-sub-font-color: #565656;
	--card-rounded-border-color: #cccccc;
	--page-body-gray: #f7f7f7;
	--nav-hover-bg: #f4f8fa;
	--widget-row-font-color: #007ab8;
	--widget-row-background-color: #f4f8fa;
	--blue: #007ab8;
	--indigo: #1d428a;
	--game-header-font-color: #0091da;
	--game-body-font-color: #565656;
	--leaderboard-howto-bg-color: #e5e5e5;
	--leaderboard-howto-header-color: #565656;
	--vmware-gradient: linear-gradient(90deg, #6fbe2e 0%, #03bbd1 33.85%, #0f61a9 66.67%, #5a39a0 100%);
	--metropolis-font: Metropolis;

	--default-widget-bg-color: #e5e5e5;
	--default-font-color: #565656;
	--default-border-radius: 3px;
	--default-border: 1px solid #ccc;
	--default-font-weight: 300;
	--default-box-shadow: 0px 2px 4px rgb(113 112 116 / 15%);
}

* {
	font-family: var(--metropolis-font) !important;
	font-weight: --default-font-weight;
	transition: all 0.25s;
	transition-timing-function: ease;
}

.rf-survey-title {
    font-family: var(--metropolis);
}
