@font-face {
  font-family: 'basier-square';
  src: url('../font/basiersquare-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --scrollbar-width: 0px;
  --gutter-right: 0px;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: basier-square, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  background: #fff;
  position: relative;
  z-index: 1;
  font-variant-numeric: slashed-zero;
  font-feature-settings: "zero" 1;
  cursor: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: white;
  z-index: -1;
}

.body, button, a {
  cursor: none;
}

a {
  color: #000;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  background-color: #fff;
  border: 0;
}

p {
  overflow-wrap: break-word;
  word-break: normal;
  text-align: left;
}
