/*
 * Booklooker Font CSS - v1.1 - 2020-09-14
 * http://www.booklooker.de
 * Copyright 2020, CBooks GmbH
 * All rights reserved.
*/

/* Font */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://static.booklooker.de/fonts/open-sans/v15/400.woff2) format('woff2');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://static.booklooker.de/fonts/open-sans/v15/700.woff2) format('woff2');
}

/* Quick Fix */
/* Icon */

@font-face {
	font-family: 'booklooker';
	src: url(../font/booklooker.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Font */
/* Basic Font Family */
body,
button,
input,
select,
text,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}