/* theme customization */
@font-face {
  font-family: HeaderFont;
  src: url(/vendor/custom-fonts/ScriptoramaHostessJF/ScriptoramaHostessJF.ttf);
}

@font-face {
  font-family: BodyFont;
  src: url(/vendor/custom-fonts/PillGothic300mg/PillGothic300mg.ttf);
}

.navbar-brand {
  font-family: HeaderFont;
  text-transform: none;
  font-weight: 700;
}

h1 {
  font-family: HeaderFont;
  text-transform: none;
  font-weight: 700;
}

body {
  font-family: BodyFont;
}