@charset "UTF-8";

/* --- Legacy faces (kept for backwards compatibility) --- */
@font-face {
	font-family: 'Trajan Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Trajan Pro Regular'), url('../webfonts/TrajanPro-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Trajan Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Trajan Pro Bold'), url('../webfonts/TrajanPro-Bold.woff') format('woff');
}

/* --- Gotham + Sporty Pro faces used by osro.css (files vendored in ../fonts/) --- */
@font-face {
	font-family: 'Gotham Bold';
	src: url('../fonts/Gotham Bold.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('../fonts/Gotham Book.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Condensed';
	src: url('../fonts/Gotham Condensed Medium.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham Medium.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Thin';
	src: url('../fonts/Gotham Thin.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'Sporty Pro';
	src: url('../fonts/SportyPro-Bold.otf') format('opentype');
	font-display: swap;
}
