@font-face {
  font-family: 'Bodoni Moda';
  src: url('/fonts/bodoni-book-bt.ttf') format('truetype');
}

@font-face {
  font-family: 'Cargo';
  src: url('/fonts/freight-big-pro-book-regular.ttf') format('truetype');
}

:root {
	--blue: #004;
	--red: #630000;
	--secondary: rgba(0,0,68,0.2);
	--bodytext: 'Lato','Poppins';
	--titletext: "Bodoni Moda", serif;
	--navtext: "Raleway", "Lato", "Poppins", sans-serif;
	--sbFont: 'Lato','Poppins';
	--sbColor: #000;
	--brand: transparent;         /* your accent */
	--ink: #0f172a;           /* slate-900 */
	--muted: #6b7280;         /* gray-500 */
	--panel: #ffffff;
	--ring: transparent;
	--shadow: 0 20px 50px rgba(0,0,0,.15);
	--radius: 16px;
}
.quote-stars {
	background: url("/5stars.png") center center no-repeat;
	aspect-ratio: 300/46;
	width: 150px;
	height: 23px;
	margin-bottom: 5px;
	background-size: cover;
}

