/*
 Theme Name:     zeeMinty Child
 Theme URI:      http://hebsaker.test-umgebung.de
 Description:    zeeMinty Child
 Author:         Corinna Stevens
 Author URI:     http://hebsaker.test-umgebung.de
 Template:       zeeminty
 Version:        1.0.0
*/


@import url("../zeeminty/style.css");

@font-face {
                font-family: 'cost';
                src: url('cost.eot');
                src: local('?'), url('cost.woff') format('woff'), url('cost.ttf') format('truetype'), url('cost.svg') format('svg');
}

body.custom-font-enabled {
	font-family: "cost", Helvetica, Arial, sans-serif;
}

#logo {
  display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2em 3em;
	background: #fff;
	box-shadow: 0 0 5px #333;
	z-index: 99;
}