/**
 * Self-hosted Myriad Pro — assets/fonts/
 */

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MYRIADPRO-CONDIT.OTF') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MYRIADPRO-BOLD.OTF') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MYRIADPRO-BOLDIT.OTF') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MYRIADPRO-BOLD.OTF') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* Figma / Tailwind font utility aliases */
.font-\[\'Instrument_Sans\:Bold\'\,sans-serif\] {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.font-\[\'Inter\:Medium\'\,sans-serif\] {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 600;
	font-style: normal;
}

.font-\[\'Inter\:Regular\'\,sans-serif\] {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-\[\'Inter\:Semi_Bold\'\,sans-serif\] {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 600;
	font-style: normal;
}

.font-\[\'Myriad_Pro\:Black\'\,sans-serif\] {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 900;
	font-style: normal;
}

.font-\[\'Myriad_Pro\:Bold\'\,sans-serif\] {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.font-\[\'Myriad_Pro\:Italic\'\,sans-serif\] {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 400;
	font-style: italic;
}

.font-\[\'Myriad_Pro\:Regular\'\,sans-serif\] {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-\[\'Myriad_Pro\:Semibold\'\,sans-serif\] {
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 600;
	font-style: normal;
}

body.isic-landing-page #isic-landing {
	font-family: 'Myriad Pro', sans-serif;
}
