/*
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
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@font-face {
    font-family: "ADACSlab-Bold","ADACSans-Regular",sans-serif;
    src: url('fonts/ADACSlab-Bold')  format('truetype'), 
	

}
p {
 font-family: "ADACSans-Regular", sans-serif;
src: url('fonts/ADACSans-Regular')  format('truetype'), 
}
h2,
h3,
h4,
h5,
h6 {
 font-family: "ADACSlab-Bold", serif;
src: url('fonts/ADACSlab-Bold')  format('truetype'),
}

/*Usercentrics*/

.uc-embedding-accept {
background: #ffcc00 !important;
}



.uc-embedding-accept {
color: #303030 !important;
}



.uc-embedding-more-info
background: #dcdcdc !important;
}



.uc-embedding-wrapper {
font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif !Impotant;
}



.uc-embedding-wrapper {
max-height: calc(100% - 10px) !important;

}
