@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root {
	--gold: #c9a227;
	--gold-light: #f0c040;
	--gold-dark: #8a6a00;
	--bg-dark: #050508;
	--bg-mid: #0d0d18;
	--text-light: #ffffff;
}

@font-face {
	font-family: 'destroy';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url('/assets/fonts/destroy.ttf') format('truetype');
}