/*
Theme Name: Blank
*/


@font-face {
    font-family: 'Circe';
    src: url('/wp-content/themes/Blank/fonts/Circe-Light.eot');
    src: local('/wp-content/themes/Blank/fonts/Circe Light'), local('Circe-Light'),
        url('/wp-content/themes/Blank/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Blank/fonts/Circe-Light.woff2') format('woff2'),
        url('/wp-content/themes/Blank/fonts/Circe-Light.woff') format('woff'),
        url('/wp-content/themes/Blank/fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Extra';
    src: url('/wp-content/themes/Blank/fonts/Circe-ExtraBold.eot');
    src: local('/wp-content/themes/Blank/fonts/Circe Extra Bold'), local('Circe-ExtraBold'),
        url('/wp-content/themes/Blank/fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Blank/fonts/Circe-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/Blank/fonts/Circe-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/Blank/fonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/wp-content/themes/Blank/fonts/Circe-Thin.eot');
    src: local('/wp-content/themes/Blank/fonts/Circe Thin'), local('Circe-Thin'),
        url('/wp-content/themes/Blank/fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Blank/fonts/Circe-Thin.woff2') format('woff2'),
        url('/wp-content/themes/Blank/fonts/Circe-Thin.woff') format('woff'),
        url('/wp-content/themes/Blank/fonts/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/wp-content/themes/Blank/fonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
        url('/wp-content/themes/Blank/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Blank/fonts/Circe-Regular.woff2') format('woff2'),
        url('/wp-content/themes/Blank/fonts/Circe-Regular.woff') format('woff'),
        url('/wp-content/themes/Blank/fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/wp-content/themes/Blank/fonts/Circe-Bold.eot');
    src: local('/wp-content/themes/Blank/fonts/Circe Bold'), local('Circe-Bold'),
        url('/wp-content/themes/Blank/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Blank/fonts/Circe-Bold.woff2') format('woff2'),
        url('/wp-content/themes/Blank/fonts/Circe-Bold.woff') format('woff'),
        url('/wp-content/themes/Blank/fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


*, :after, :before {
    box-sizing: border-box;
}

body {
    margin: 0;
	background: #f6f7fa;
	font-family: 'Circe';
}

p, h1, h2, h3, h4, h5 {
    margin: 0;
}

p {
	color: #656d80;
	font-size: 18px;
}

h1, h2, h3, h4, h5 {
	color: #1a1b1d;
    text-transform: uppercase;
    font-weight: 700;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
	padding: 0 20px;
}