@import url('https://fonts.googleapis.com/css2?family=Tsukimi+Rounded&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Chamer-Black';
  src: url('../font/Chamer-Black.ttf');
}

@font-face {
  font-family: 'Chamer-Medium';
  src: url('../font/Chamer-Medium.ttf');
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost.ttf');
}

@font-face {
  font-family: 'Inder';
  src: url('../font/Inder.ttf');
}

h1 {
  font-family: Chamer-Black, sans-serif !important;
}

header a, .chamer-medium {
  font-family: Chamer-Medium, sans-serif !important;
}

p {
  font-family: "Jost", sans-serif;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif !important;
  font-style: normal;
}

.inder {
  font-family: "Inder", sans-serif !important;
  font-style: normal;
}

.chamer-black {
  font-family: Chamer-Black, sans-serif !important;
}

.tsukimi-rounded-regular {
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
}