/*
	Theme Name: Ärzte Nicht Kammer
	Author: FOX medialab & design
	Author URI: https://fox.co.at/
	Description: A child theme for Twenty Twenty-Two
	Requires at least: 5.8
	Tested up to: 5.9
	Version: 0.2
	Text Domain: ank
	Template: twentytwentytwo
*/



@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold.woff2') format('woff2'),
         url('fonts/lato-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular.woff2') format('woff2'),
         url('fonts/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'TenbyFive';
    font-style: normal;
    font-weight: normal;
    src: local('TenbyFive'), url('fonts/tenby-five.woff') format('woff');
}

body, html {
	font-family: 'latoregular';
}

.wp-site-blocks {
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: hidden;
}

.wp-block-separator.has-background:not(.is-style-dots) {
	height: 3px;
	opacity: 1;
}

.wp-block-navigation .wp-block-navigation-item__label {
	padding: 0 10px;
}

h1, h2, h3 {
	font-family: 'TenbyFive';
}

h1.highlight-top {
	width: auto;
    /*display: inline-block;*/
}

h4 em {
    background-color: #ad0855;
    font-style: normal;
    padding: 0 4px;
}


.outset { max-width: 100% !important; }