@font-face {
  font-family: "Object Sans";
  src:
    local("Object Sans"),
    url("/fonts/ObjectSans-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
  unicode-range: U+0000-05FF;
}

@font-face {
  font-family: "Object Sans";
  src:
    local("Object Sans"),
    url("/fonts/ObjectSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
  unicode-range: U+0000-05FF;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Object Sans", Arial, sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Object Sans", Arial, sans-serif;
}
å :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Object Sans", Arial, sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Object Sans", Arial, sans-serif;
}

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

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  height: 100%;
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-family: "Object Sans", Arial, sans-serif;
  text-rendering: geometricPrecision;
  color: #4c3975;
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
}

#root {
  height: 100%;
}

.ReactModal__Body--open {
  overflow-y: hidden;
}

a:hover {
  color: #9f75ff;
}

input[type="radio"] {
  display: none;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label::after {
  content: none;
}

input[type="checkbox"]:checked + label::after {
  content: "";
}

.svg-hover {
  &:hover {
    path {
      fill: var(--text-110);
    }
  }
}

.svg-hover-stroke {
  &:hover {
    path {
      stroke: var(--text-110);
    }
  }
}
