body {
  cursor: url('./cursor.svg') 0 0, auto;
}

a,
button {
  cursor: inherit;
  /*cursor: url('./tap.svg') 0 0, auto;*/
}

@font-face {
  font-family: 'YS Text';
  src: url('./fonts/YSText-Regular.woff2') format('woff2'),
    url('./fonts/YSText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YS Text';
  src: url('./fonts/YSText-Light.woff2') format('woff2'),
    url('./fonts/YSText-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YS Text';
  src: url('./fonts/YSText-Bold.woff2') format('woff2'),
    url('./fonts/YSText-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YS Text';
  src: url('./fonts/YSText-Medium.woff2') format('woff2'),
    url('./fonts/YSText-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YS Display';
  src: url('./fonts/YSDisplay-Medium.woff2') format('woff2'),
    url('./fonts/YSDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YS Display';
  src: url('./fonts/YSDisplay-Regular.woff2') format('woff2'),
    url('./fonts/YSDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YS Display';
  src: url('./fonts/YSDisplay-Heavy.woff2') format('woff2'),
    url('./fonts/YSDisplay-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YS Display';
  src: url('./fonts/YSDisplay-Bold.woff2') format('woff2'),
    url('./fonts/YSDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YS Display';
  src: url('./fonts/YSDisplay-Light.woff2') format('woff2'),
    url('./fonts/YSDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
