/************************************************
 * 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, system-ui, ui-sans-serif, sans-serif;
	font-size: 14px;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	
	body {
		h1, h2, h3, h4, h5, h6, p {
			font-size: 1rem;
			margin: 0;
		}
		
		h1, h2, h3, h4, h5, h6, a {
			text-transform: uppercase;
			font-weight: 700;
		}
		
		hgroup {
			margin-top: 1rem;
		}
		
		p {
			margin-bottom: 1rem;
			font-weight: 550;
		}
		
		a {
			font-style: inherit;
			text-decoration: inherit;
		}
		
		address, nav {
			font-style: normal;
			text-decoration: none;
		}
	}
}