p, a {
  font-family: 'Montserrat', system-ui, sans-serif;
}

a {
  color: #00c3ff;
  text-shadow: 0 0 10px #00c3ff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.35s ease, color 0.35s ease;
  transform: scale(1);
}

a:hover {
  color: #ff006f;
  text-shadow: 0 0 10px #ff006f;
  font-style: normal;
  transform: scale(1.05);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Orbitron', system-ui, sans-serif;
}

body {
  background-color: #0b0b0b;
  color: #f5f5f5;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Orbitron';
  src: url("../assets/fonts/Orbitron-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}