@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+000-5FF;
}

@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+000-5FF;
}

::-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%;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 36px;
  margin-block: 0;
}

h3 {
  font-size: 24px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

p {
  font-size: 16px;
  font-weight: 300;
  margin-block: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #9f75ff;
}

input {
  font-weight: 300;
}

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

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

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

input {
  font-weight: 300;
}

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

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

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

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

textarea {
  font-family: inherit;
}

button {
  font-family: inherit;
  line-height: 24px;
}

::placeholder {
  color: #9b91ae;
  opacity: 1;
  font-weight: 300;
}

input[type='number'] {
  -moz-appearance: textfield;
}

/* Change browser default styles on autofilled inputs */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0 30px white inset;
  -webkit-box-shadow: 0 0 0 30px white inset;
}

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

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

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

.ReactModal__Content {
  transform: translate(100%);
  transition: all 500ms ease-in-out;
}
.ReactModal__Content--after-open {
  transform: translate(0);
}
.ReactModal__Content--before-close {
  transform: translate(100%);
}

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

.map-container {
  height: 400px;
}

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

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