/*
Theme Name: frederikfauerby
Theme URI: http://www.frederikfauerby.dk
Description: This is a custom child theme for frederikfauerby
Author: Frederik Fauerby
Author URI: http://frederikfauerby.dk
Template: photopharm
Version: 0.1
*/

/*** FONTS ***/

@font-face {
    font-family: 'Oswald';
    src: url('/wp-content/themes/frederikfauerby/fonts/Oswald-Medium.woff2') format('woff2'),
        url('/wp-content/themes/frederikfauerby/fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/wp-content/themes/frederikfauerby/fonts/Oswald-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/frederikfauerby/fonts/Oswald-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/wp-content/themes/frederikfauerby/fonts/Oswald-Bold.woff2') format('woff2'),
        url('/wp-content/themes/frederikfauerby/fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/wp-content/themes/frederikfauerby/fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/frederikfauerby/fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/wp-content/themes/frederikfauerby/fonts/Oswald-Light.woff2') format('woff2'),
        url('/wp-content/themes/frederikfauerby/fonts/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/wp-content/themes/frederikfauerby/fonts/Oswald-Regular.woff2') format('woff2'),
        url('/wp-content/themes/frederikfauerby/fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('/wp-content/themes/frederikfauerby/fonts/Anton-Regular.woff2') format('woff2'),
        url('/wp-content/themes/frederikfauerby/fonts/Anton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

li#contentNav a, li#homeNav a {
	font-family: 'Anton';	
}

h1, h2, h3, h4, h5 {
	font-family: 'Anton';
	line-height: 1;
}

.entrytitle, h2 {
	margin-bottom: 14px;
	text-transform: uppercase;
}

p, div {
	font-family: 'Oswald';
	font-weight: 200;
	line-height: 1.3;
}

.entry p {
	margin: 0 0 0px;
}

#dropmenu li a {
	font-size: 20px;
	font-family: 'Anton';
}

#copyright {
	color: #000;
}

@media screen and (max-width: 900px) {
	#copyright {
		background: transparent!important;
	}
}

@media screen and (max-width: 900px) {
	.boxStuff {
		text-align: center;
		padding: 0px 30px 40px!important;
	}
}

@media screen and (max-width: 900px) {
	#logo {
		margin-bottom: 20px;
	}
}