/**
 * Theme font faces — paths relative to assets/css/.
 * Do not add ?v= query strings here; Pantheon/WordPress may rewrite them to .otf/?v=… and 404.
 * Cache bust via filemtime on the enqueued fonts.css instead.
 */

@font-face {
	font-family: 'Altos Tequila Sans';
	src: url('../fonts/AltosTequilaSans-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'VTCBayard-Rustin';
	src: url('../fonts/AltosTequilaSans-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Altos Tequila Casual';
	src: url('../fonts/AltosTequilaCasual-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TAYLana';
	src: url('../fonts/AltosTequilaCasual-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TradeGothic-Content';
	src: url('../fonts/TradeGothicLTStd-Cn18.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TradeGothic-Heading';
	src: url('../fonts/TradeGothicLTStd-BdCn20.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TradeGothic-Menu';
	src: url('../fonts/TradeGothicNextLTPro-BdCm.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TradeGothic-Menu-CocktailCats';
	src: url('../fonts/TradeGothicLTStd-Cn18.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TradeGothic-Menu-CocktailCats';
	src: url('../fonts/TradeGothicNextLTPro-BdCm.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
