/* Load DG Bebo font */
@font-face {
font-family: 'DG Bebo';
src: url('DGBebo.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
/* Apply DG Bebo to all header tags */
h1, h2, h3, h4, h5, h6 {
font-family: 'DG Bebo', sans-serif !important;
}