@font-face {
	font-family: "Azeret Mono";
	src: url("../fonts/azeret-mono/azeret-mono-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Azeret Mono";
	src: url("../fonts/azeret-mono/azeret-mono-medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Azeret Mono";
	src: url("../fonts/azeret-mono/azeret-mono-semibold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Azeret Mono";
	src: url("../fonts/azeret-mono/azeret-mono-bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Azeret Mono";
	src: url("../fonts/azeret-mono/azeret-mono-italic.ttf") format("truetype");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

:root {
	--iqg-font-text: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--iqg-font-body: var(--iqg-font-text);
	--iqg-font-mono: var(--iqg-font-text);
	--iqg-font-heading: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--iqg-font-accent: "Fraunces", Georgia, serif;
	--iqg-title-accent-weight: 400;
	--iqg-title-accent-style: italic;
}

body,
.iqg-legacy-body-section p,
.iqg-realizacje-loop__intro,
.iqg-realizacje-card__meta,
.iqg-realizacje-card__type,
.iqg-realizacje-card__excerpt,
.iqg-hero-eyebrow,
.iqg-hero-lead,
.iqg-hero-proof-caption,
.iqg-footer p,
.iqg-footer-contact,
.iqg-footer-bottom,
.iqg-header-dropdown small {
	font-family: var(--iqg-font-text);
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea,
.iqg-button,
.iqg-header-shell,
.iqg-footer-logo,
.iqg-footer h2,
.iqg-footer h3,
.iqg-footer h4,
.iqg-realizacje-card__title {
	font-family: var(--iqg-font-heading);
}
