@font-face {
  font-family: B;
  src: url('../font/Chillax-Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: M;
  src: url('../font/Chillax-Medium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: R;
  src: url('../font/Chillax-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: S;
  src: url('../font/Chillax-Semibold.otf') format('opentype');
  font-display: swap;
}

body {
    font-family: 'M', sans-serif;
}