@font-face {
  font-family: "Kingdom";
  src: url("../fonts/SangBleuKingdom-Bold.woff") format("woff"),
    url("../fonts/SangBleuKingdom-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kingdom";
  src: url("../fonts/SangBleuKingdom-Regular.woff") format("woff"),
    url("../fonts/SangBleuKingdom-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body:not(.default-page) {
  h1 {
    font-family: "Kingdom", arial;
    font-size: 50px;
  }

  h2 {
    font-family: "Kingdom", serif;
    font-size: 40px;
  }

  h3 {
    font-family: "Kingdom", serif;
    font-size: 22px;
    font-weight: bold;
  }

  p {
    font-family: "Kingdom", serif;
    font-size: 18px;
  }
}
