:root {
  --swiper-theme-color: #703AA2;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

video::-webkit-media-controls-overlay-play-button {
  display: none;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
}

img {
  outline: none;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

p {
  margin: 1em 0;
}

b, strong {
  font-weight: 700;
  font-size: 0.95em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.home-link:focus-visible {
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=global.css.map */
