/* ==========================================================
   INFINITE MIND DESIGN TOKENS
========================================================== */

:root {
	/* Brand */
	--im-primary: #234a7a;
	--im-primary-light: #4d78a8;
	--im-primary-dark: #18304f;
	--im-gold: #c9a44a;
	--im-gold-light: #dfc47b;

	/* Backgrounds */
	--im-bg: #ffffff;
	--im-bg-soft: #f8fafc;
	--im-banner-bg: #f3f6fa;

	/* Text and borders */
	--im-text: #18304f;
	--im-text-muted: #667386;
	--im-divider: #dfe5ec;

	/* Announcement bar */
	--im-announcement-bg: var(--im-primary);
	--im-announcement-text: #ffffff;
	--im-announcement-height: 32px;
	--im-announcement-font-size: 13px;
	--im-announcement-font-weight: 500;

	/* Header */
	--im-header-bg: #ffffff;
	--im-header-text: var(--im-primary-dark);
	--im-header-height: 82px;
	--im-header-container-width: 1400px;
	--im-header-padding-x: 32px;
	--im-header-menu-gap: 34px;
	--im-header-icon-gap: 18px;

	/* Motion */
	--im-transition: 250ms ease;
}
