@font-face {
	font-family: "DMDF Oswald";
	src: url("../fonts/oswald-v49-latin-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: url("../fonts/oswald-v49-latin-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DMDF Raleway";
	src: url("../fonts/raleway-v28-latin-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway";
	src: url("../fonts/raleway-v28-latin-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DMDF Raleway";
	src: url("../fonts/raleway-v28-latin-500.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway";
	src: url("../fonts/raleway-v28-latin-500.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--dmdf-blue: #003f94;
	--dmdf-blue-2: #213a85;
	--dmdf-blue-dark: #242e44;
	--dmdf-gold: #f7b255;
	--dmdf-red: #d94646;
	--dmdf-ink: #172033;
	--dmdf-muted: #637087;
	--dmdf-line: #dfe5f1;
	--dmdf-bg: #f5f7fb;
	--dmdf-paper: #ffffff;
	--dmdf-font-head: "DMDF Oswald", Impact, sans-serif;
	--dmdf-font-body: "DMDF Raleway", system-ui, sans-serif;
	--dmdf-radius-sm: 6px;
	--dmdf-radius: 12px;
	--dmdf-radius-lg: 18px;
	--dmdf-shadow: 0 18px 50px rgba(16, 29, 70, 0.12);
	--dmdf-ease: cubic-bezier(.2, .75, .25, 1);
}
