
/* Fonts */

@font-face {
	font-family: 'BrooklynStencil-Light';
	src: url('../fonts/BrooklynStencil-Light.woff2') format('woff2'),
	     url('../fonts/BrooklynStencil-Light.woff') format('woff');
}

/* Basic constants */
/* :root { */
/*	   --atze-red: hsl(356, 95%, 46%); */
/* } */

/* Basic styles */

/** COLUMNS - LAPTOP */

@media only screen and (max-width: 1281px) {
	.anna-columns-l-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

