@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Inter', sans-serif;
  background-color: #F0F8FF;
  overflow-x: hidden;
}

h1, h2, .heading {
  font-family: 'Orbitron', sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  /*display: block;*/
}

button {
  cursor: pointer;
  font-family: inherit;
  background: none;
  border: none;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

::selection {
  background-color: #4a90e2;
  color: white;
}

h1, h2, h3, h4, h5, h6, p, span {
  word-wrap: break-word;
  max-width: 100%;
}
p{
  letter-spacing: 0.3px;
  line-height:1.7;
}
