@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: 'metropolislight';
  src:
    url('/assets/font/metropolis-light-webfont.woff2') format('woff2'),
    url('/assets/font/metropolis-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolisregular';
  src:
    url('/assets/font/metropolis-regular-webfont.woff2') format('woff2'),
    url('/assets/font/metropolis-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolismedium';
  src:
    url('/assets/font/metropolis-medium-webfont.woff2') format('woff2'),
    url('/assets/font/metropolis-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metropolisbold';
  src:
    url('/assets/font/metropolis-bold-webfont.woff2') format('woff2'),
    url('/assets/font/metropolis-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'metropolisregular', sans-serif;
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-contacts-auto-fill-button,
input ::-webkit-credentials-auto-fill-button,
input::-webkit-autofill,
input::-webkit-caps-lock-indicator {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
}

aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  background: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background-color: none;
}

::placeholder {
  color: lightgray !important;
}

.globalImg {
  background-image: url('./assets/icons/icons.svg');
  background-repeat: no-repeat;
}

.w-full {
  width: 100%;
}

.consent-text p {
  margin: 0;
}

.consent-text .font-semibold {
  font-family: 'metropolisbold';
}

.consent-text ul, .consent-text ol {
  padding-left: 20px;
}

.card-input-loader {
  width: 25px !important;
  height: 25px !important;
}