/*
 * Viceroy brand fonts — @font-face declarations.
 *
 * NOTE: the ABC Rom binaries currently in `./abc-rom/` are Trial-licensed
 * (filenames end in `-Trial.woff2`). Swap them for the licensed production
 * files at the same paths before prod; family + weights here stay identical.
 */

/* ─────── Romie (serif) ─────── */
@font-face {
	font-family: 'Romie';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('./romie/Romie-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Romie';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('./romie/Romie-LightItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Romie';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./romie/Romie-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Romie';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('./romie/Romie-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Romie';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('./romie/Romie-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Romie';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('./romie/Romie-MediumItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Romie';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('./romie/Romie-BoldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Romie';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url('./romie/Romie-HeavyItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Romie';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url('./romie/Romie-BlackItalic.woff2') format('woff2');
}

/* ─────── ABC ROM (sans) — Trial license ─────── */
@font-face {
	font-family: 'ABC Rom';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('./abc-rom/ABCROM-Light-Trial.woff2') format('woff2');
}
@font-face {
	font-family: 'ABC Rom';
	font-style: normal;
	font-weight: 350;
	font-display: swap;
	src: url('./abc-rom/ABCROM-Book-Trial.woff2') format('woff2');
}
@font-face {
	font-family: 'ABC Rom';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./abc-rom/ABCROM-Regular-Trial.woff2') format('woff2');
}
@font-face {
	font-family: 'ABC Rom';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('./abc-rom/ABCROM-Medium-Trial.woff2') format('woff2');
}
@font-face {
	font-family: 'ABC Rom';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('./abc-rom/ABCROM-Bold-Trial.woff2') format('woff2');
}
@font-face {
	font-family: 'ABC Rom';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('./abc-rom/ABCROM-Heavy-Trial.woff2') format('woff2');
}
@font-face {
	font-family: 'ABC Rom';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('./abc-rom/ABCROM-Black-Trial.woff2') format('woff2');
}
