* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
}

html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 75, 11, 0.18), transparent 34%),
    linear-gradient(180deg, #0e0e0e 0%, #151515 100%);
  color: var(--mo-text);
  font-family: var(--mo-brand-body-font);
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a,
input,
button {
  transition: all 0.3s ease;
}

a {
  color: var(--mo-primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--mo-primary-hover);
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: absolute !important;
  width: auto;
  height: auto;
  clip: auto;
  white-space: normal;
  padding: 12px 16px;
  margin: 0;
  top: 5px;
  left: 5px;
  z-index: 100000;
  background: var(--mo-white);
  color: var(--mo-text);
  border-radius: 8px;
}
