@font-face {
  font-family: 'Kenao Sans Serfi';
  src: url('./fonts/kenao.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.custom-logo {
  font-family: 'Kenao Sans Serfi', serif;
  font-size: clamp(4rem, 15vw + 1rem, 10rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}