@font-face {
  font-family: 'YS Text';
  src: url('YS_Text-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'YS Text';
  src: url('YS_Text-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'YS Text';
  src: url('YS_Text-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


.container {
  margin: 0 auto;
  width: 100%;
  max-width: calc(1184px);
  /*max-width: calc(1184px + 2 * 50px);*/
  /*padding: 0 50px;*/
}

html {
  font-size: 62.5%;
  color-scheme: light;
  /*overflow: hidden;*/
  overscroll-behavior: none;
}

body {
  font-family: 'YS Text', 'Arial', sans-serif;
  color: #FFFFFF;
  font-size: 1.6rem;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

img, svg, video, picture {
  vertical-align: top;
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
}
