/************************************************
 * Copyright (c) 2026 Arthur Kasparian          *
 * All rights reserved.                         *
 ************************************************/

@font-face {
	font-family: 'Aspekta';
	src: url('../assets/fonts/aspekta.woff2') format(woff2);
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

html {
	font-family: 'Aspekta', sans-serif;
	
	font-size: 14px;
	text-transform: uppercase;
	
	h1, h2, h3, h4, h5, h6, a {
		font-weight: 650;
		font-size: 1rem;
	}
	
	p {
		font-weight: 520;
		max-width: 30rem;
	}
}