/*!
Theme Name: Hello Elementor Child - Global
Description: Global child-theme for the main-theme Hello Elementor.
Author: BuildingBridges gGmbH
Author URI: https://buildingbridges.social
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor
*/

/* Webfont1 (OpenSans-Regular)*/
@font-face {
 font-family: OpenSans-Regular;
 src: url("webfont1.woff2");
 font-display: swap;
}

/* Webfont2 (OpenSans-Bold)*/
@font-face {
 font-family: OpenSans-Bold;
 src: url("webfont2.woff2");
 font-display: swap;
}

html, body
{
   font-family: OpenSans-Regular !important;
   hyphens: auto;
}

h1, h2, h3, h4, h5
{
   font-family: OpenSans-Bold !important;
   hyphens: auto;
}

.bbd-spec-no-hyphens
{
   hyphens: none !important;
}

.epi-fancybox-content
{
   padding: 3%;
   hyphens: auto !important;
}