:root {
  --fs-xs: 15px;
  --fs-sm: 17px;
  --fs-lg: 26px;
  --fs-xl: clamp(34px, 5vw, 56px);
}

@font-face {
  font-family: 'Dragon';
  src: url('/public/fonts/Dragon-Light.ttf') format('truetype');
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dragon';
  src: url('/public/fonts/Dragon-Bold.ttf') format('truetype');
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}
