/**
 * Colabora — @font-face
 * Apercu Pro (todos los pesos) y Marion (regular, italic, bold).
 * Archivos locales en assets/fonts. El navegador solo descarga los pesos que se usan.
 */

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-thin-pro.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-thin-italic-pro.woff2') format('woff2');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-extralight-pro.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-extralight-italic-pro.woff2') format('woff2');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-light-pro.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-light-italic-pro.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-regular-pro.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-italic-pro.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-medium-pro.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-medium-italic-pro.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-bold-pro.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-bold-italic-pro.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-extrabold-pro.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-extrabold-italic-pro.woff2') format('woff2');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-black-pro.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/apercu-black-italic-pro.woff2') format('woff2');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Marion';
	src: url('../fonts/marion.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Marion';
	src: url('../fonts/marion-italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Marion';
	src: url('../fonts/marion-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
