/*
	Theme Name: Antique Dollhouses
	Description: Theme für Antique Dollhouses (antique-dollhouses.com)
	Version: 1.0
	Author: Mathieu Hauck
	Author URI: https://www.mathieu-hauck.de
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3bad95");
  
@font-face {
  font-family: 'NesobriteCdLt-Regular';
  src: url('fonts/font.woff2') format('woff2'), url('fonts/font.woff') format('woff');
}

a {
	color: #000
}

h1, h2 {
	font-family: 'NesobriteCdLt-Regular', sans-serif;
	font-weight: normal;
	letter-spacing: .5rem;
}

.wrapper {
	max-width: 1240px;
	padding: 0 2rem;
	margin: 0 auto;
	box-sizing: border-box;
}

.logo h1 {
	font-size: 8vw;
	text-transform: uppercase;
	letter-spacing: .25rem;
	margin-bottom: 0
}

.logo a {
	text-decoration: none
}

.tiles {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 1rem
}

.tile {
	border: 1px solid
}