/* The Channel */

@import url("./Alexandria/blanket.css");
@import url("./Alexandria/forehead.css");
@import url("./Alexandria/Loose_Buttons.css");
@import url("./Alexandria/locating.css");
/* @import url("./Alexandria/location.css"); */
/* @import url("./Alexandria/postmain.css"); */

@font-face {
	font-family: 'Typo';
	src: url('./icons/Oxygen/Oxygen-Regular.ttf') format('truetype');
	/* src: url('./a_Modern-Regular.ttf') format('truetype'); */
	/* src: url('./a_Roboto-Regular.ttf') format('truetype'); */
}

body {
	font-family: 'Typo', sans-serif;
}

/* ⏺  ●  ◉ */

.vontainer {
	/* Layout */
	display: grid;
	position: relative;
	gap: 1rem;

	/* Box model */
	width: 100%;
	padding: 1rem;
	margin: 0 auto;

	/* Visual */
	background-color: #fff;
	border-radius: 0.5rem;

	/* Typography */
	font-size: 1rem;
	color: #333;

	/* Misc */
	transition: background-color 0.2s ease;
}