body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
    font-family: "Ubuntu-R";
}

.richtext strong,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
    font-weight: normal;
    font-family: "Ubuntu-B";
}

.richtext h2 {
    font-weight: normal;
    font-family: "Ubuntu-B";
}

.richtext,
.richtext * {
    font-family: "Ubuntu-R";
}

@font-face {
    font-family: "Ubuntu-R";
    src: local("Ubuntu-R"), url("../fonts/Ubuntu-R.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Ubuntu-B";
    src: local("Ubuntu-B"), url("../fonts/Ubuntu-B.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Ubuntu-M";
    src: local("Ubuntu-M"), url("../fonts/Ubuntu-M.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: "DancingScript-Regular";
    src: local("DancingScript-Regular"), url("../fonts/DancingScript-Regular-2.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

.gtj-ff-bold {
    font-family: "Ubuntu-B";
    font-weight: normal;
}