:root {
  --color-pure-black: #000000;
  --color-space-grey: #333333;
  --color-warm-grey: #efebef;
  --color-strong-red: #ea1e37;
  --color-pure-white: #ffffff;

  --base-img-url: '';
  --base-fontsize: 10 !important;
  --base-design-width: 375;
  @media (min-width: 675px) {
    --base-fontsize: 10 !important;
    --base-design-width: 1440;
  }
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
 }

html,
body {
  font-size: calc(var(--base-fontsize) / var(--base-design-width) * 100vw) !important;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* overflow:hidden; */
  height:50%;
  overscroll-behavior: none;
  /* touch-action: pan-x pan-y; */
  /* -webkit-overflow-scrolling: touch; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: DINPro;
  src: url('/fonts/DINProCondBlack.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: RobotoLight;
  src: url('/fonts/RobotoLight.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: RobotoMedium;
  src: url('/fonts/RobotoMedium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: RobotoBold;
  src: url('/fonts/RobotoBold.woff') format('woff');
  font-weight: 700;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}