@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans/InstrumentSans-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans/InstrumentSans-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans/InstrumentSans-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Instrument Sans";
	src: url("../fonts/instrument-sans/InstrumentSans-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--msa-emerald: #059669;
	--msa-emerald-hover: #047857;
	--msa-indigo: #4f46e5;
	--msa-indigo-hover: #4338ca;
	--msa-cyan: #0891b2;
	--msa-cyan-surface: #ecfeff;
	--msa-amber: #d97706;
	--msa-amber-surface: #fffbeb;
	--msa-rose: #e11d48;
	--msa-slate-900: #0f172a;
	--msa-slate-700: #334155;
	--msa-slate-600: #475569;
	--msa-slate-500: #64748b;
	--msa-slate-200: #e2e8f0;
	--msa-slate-100: #f1f5f9;
	--msa-slate-50: #f8fafc;
	--msa-white: #ffffff;
	/* ZIP content 1120; outer 1184 under border-box via base .msa-container calc. */
	--msa-content-max: 1120px;
	--msa-pad-x: 32px;
	--msa-header-h: 64px;
	--msa-font: "Instrument Sans", system-ui, sans-serif;
	--msa-radius: 8px;
	--msa-radius-lg: 10px;
	--msa-radius-xl: 12px;
}
