@font-face {
    font-family: "Svatopluk Bold";
    src: url("./Svatopluk-Bold-iF67d6f0d9b5f70.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Svatopluk Regular";
    src: url("./Svatopluk-Regular-iF67d6f0d9954ce.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Svatopluk SemiBold";
    src: url("./Svatopluk-SemiBold-iF67d6f0d9afd52.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "DMSans Regular";
    src: url("./DMSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* Headings */
h1, .h1 { font-family: "Svatopluk Bold" !important; }
h2, .h2 { font-family: "Svatopluk SemiBold" !important; }
h3, .h3 { font-family: "Svatopluk SemiBold" !important; }
h4, .h4 { font-family: "Svatopluk Bold" !important; }
h5, .h5 { font-family: "Svatopluk Bold" !important; }

/* Body text */
p, .p, .p2, p.smallText {
    font-family: "Svatopluk Regular" !important;
}

/* Navigation & UI */
.navbar-nav > li > a,
.navbar-brand,
a,
.a {
    font-family: "DMSans Regular" !important;
}

/* Buttons */
.button1,
.button2,
.btn,
.btn-default,
.btn-primary {
    font-family: "DMSans Regular" !important;
    border-radius: 30px !important; 
    padding: 12px 32px !important;
}

/* Footer */
footer {
    font-family: "DMSans Regular" !important;
}
