/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
@font-face {
    font-family: DTLNobleIT;
    src: url('fonts/DTLNobleIT/DTLNobelT.ttf') format('ttf'),
	url('fonts/DTLNobleIT/DTLNobelT.woff2') format('woff2'),
   	url('fonts/DTLNobleIT/DTLNobelT.woff') format('opentype');;
    font-weight: normal;
}
@font-face {
    font-family: DTLNobleIT-Light;
    src: url('fonts/DTLNobleIT/DTLNobelT-Light.ttf') format('ttf'),
	url('fonts/DTLNobleIT/DTLNobelT-Light.woff2') format('woff2'),
   	url('fonts/DTLNobleIT/DTLNobelT-Light.woff') format('opentype');;
    font-weight: 300;
}
@font-face {
    font-family: GingerBread;
    src: url('fonts/GingerBread/GingerBread.ttf') format('ttf'),
	url('fonts/GingerBread/GingerBread.woff2') format('woff2'),
   	url('fonts/GingerBread/GingerBread.woff') format('woff');;
    font-weight: 300;
}

body, div, p, span {
	font-family: DTLNobleIT-Light;
}
strong {
	font-family: DTLNobleIT;
}
h1, h2, h3, h4 {
	font-family: GingerBread;
}
/* html:not(.wf-active) body { display: none; } */

.elementor-element p a {
    text-decoration: underline;
}

.page-id-607 .owp-account-links {
    display: none;
}