/**
 * Amsi Pro Normal — misma familia que producción (portal.sdm.com.do/fonts/apro/).
 * font-display: swap para no bloquear texto. Sin local() para no sustituir
 * por una fuente instalada en el PC (DevTools las marca tachadas).
 */

@font-face {
	font-family: 'Amsi Pro';
	src: url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Regular.woff2') format('woff2'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Regular.woff') format('woff'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Amsi Pro';
	src: url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Italic.woff2') format('woff2'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Italic.woff') format('woff'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Amsi Pro';
	src: url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Light.woff2') format('woff2'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Light.woff') format('woff'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Amsi Pro';
	src: url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-SemiBold.woff2') format('woff2'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-SemiBold.woff') format('woff'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Amsi Pro';
	src: url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Bold.woff2') format('woff2'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Bold.woff') format('woff'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Amsi Pro';
	src: url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-BoldItalic.woff2') format('woff2'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-BoldItalic.woff') format('woff'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Amsi Pro';
	src: url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Black.woff2') format('woff2'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Black.woff') format('woff'),
		url('https://portal.sdm.com.do/fonts/apro/AmsiProNormal-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
