/* Self-hosted Chateg interface fonts. IBM Plex is licensed under OFL-1.1. */
@font-face {
	font-family: 'Chateg Sans';
	src: url('./IBMPlexSans/IBMPlexSans-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Chateg Sans';
	src: url('./IBMPlexSans/IBMPlexSans-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Chateg Sans';
	src: url('./IBMPlexSans/IBMPlexSans-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Chateg Sans';
	src: url('./IBMPlexSans/IBMPlexSans-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Chateg Mono';
	src: url('./IBMPlexMono/IBMPlexMono-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Chateg Mono';
	src: url('./IBMPlexMono/IBMPlexMono-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Chateg Mono';
	src: url('./IBMPlexMono/IBMPlexMono-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-sans: 'Chateg Sans', 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--font-mono: 'Chateg Mono', 'IBM Plex Mono', ui-monospace, SFMono-Regular, Consolas, monospace;
	--font-display: var(--font-sans);
}
