@font-face {
  font-family: "NectoMono";
  src: url("fonts/CLT Necto Mono/web/NectoMono-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "hiker";
  src: url("fonts/hiker TM.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-family: "NectoMono";
  background-color: #EBEAE4;
  color: #1300C9;
  height: 100vh;
  cursor: url("open-zone-fire/Arrow Normal Select.cur"), auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  background-color: rgba(184, 207, 255, 0.1);
  z-index: 1000;
}

.modal {
  position: relative;
  background-color: #EBEAE4;
  padding: 56px 42px;
  width: 360px;
  height: auto;
  text-align: center;
  border: 1.5px solid #1300C9;
}

.close {
  position: absolute;
  top: 3px;
  right: 12px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: url("open-zone-fire/Hand Link Select.cur"), auto;
}

.modal p {
  font-size: 14px;
}

.home-button {
  display: flex;
  justify-content: center;
  padding-top: 18px;
}

.home-button a {
  color: #1300C9;
  text-decoration: underline;
  font-family: "NectoMono";
  font-size: 16px;
}

.home-button a:hover {
  cursor: url("open-zone-fire/Hand Link Select.cur"), auto;
} 

.home-button a:visited {
  color: #1300C9;
}
