/*
Theme Name: OceanWP Child
Template: oceanwp
Version: 1.0
Text Domain: oceanwp-child
*/


@font-face {
    font-family: 'NeueHaasGroteskDisplayPro';
    src: url('fonts/neuehaasgroteskdisplaypro-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'N27';
    src: url('fonts/n27-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* Fließtext */
body,
p,
li,
span,
td,
th,
input,
textarea,
button,
label {
    font-family: 'N27', sans-serif !important;
    font-weight: 400;
	line-height: 1.6 !important;
}

/* Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NeueHaasGroteskDisplayPro', sans-serif !important;
    font-weight: 700; 
}

/* Schriftarten als Klassen */
.n27 {
    font-family: 'N27', sans-serif !important;
}

.neue-haas {
    font-family: 'NeueHaasGroteskDisplayPro', sans-serif !important;
}
