@font-face {
  font-family: 'atlantis-headline';
  src: url('/assets/fonts/atlantis.headline-bold.otf') format('truetype');
}

@font-face {
  font-family: 'cozette';
  src: url('/assets/fonts/CozetteVector.otf') format('opentype');
}

@font-face {
  font-family: 'lusi';
  src: url('/assets/fonts/musi-leko-tan-jan-Lusi.ttf') format('truetype');
}

:root {
  background: black;
  color: white;
  background-image: url('/assets/img/stars_bg.png');
  background-attachment: fixed;
  background-position: center;

  --color-accent-dark: #900;
  --color-accent-bright: #f66;
}

* {
  padding: 0px;
  margin: 0px;
}

.phase-container {
  min-height: 95px;

  width: fit-content;

  display: flex;

  cursor: crosshair;

  a {
    cursor: pointer;
  }
}

h1 {
  font-family: 'atlantis-headline';
  font-weight: normal;
  font-size: 48px;
  text-align: center;
  margin-top: 25px;

  text-shadow: var(--color-accent-bright) 3px 3px 0px;
}

h3 {
  font-family: 'atlantis-headline';
  font-weight: normal;
  font-size: 9px;
  text-align: center;
  margin-top: 25px;

  width: fit-content;

  text-shadow: var(--color-accent-bright) 1px 1px 0px;
}

h2 {
  font-family: 'atlantis-headline';
  font-weight: normal;
  font-size: 32px;

  text-shadow: var(--color-accent-bright) 2px 2px 0px;
}

h2.sitelen-pona {
  font-family: 'lusi';
}

p {
  font-family: cozette;
  font-size: 13px;

  line-height: 13px;

  margin-bottom: 4px;

  text-shadow: var(--color-accent-bright) 1px 1px 2px;
}

.moon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: white;
  margin: 5px;

  flex-shrink: 0;

  /* box-shadow: var(--color-accent-bright) 2px 2px 0px; */

  transform: rotate(-90deg);
}

.phase-container:hover {
  margin-top: -2px;
  margin-bottom: 2px;

  filter: brightness(135%);
  backdrop-filter: brightness(135%);
}

.entry {
  margin: 0 5px;
  padding: 0 5px;

  max-width: 500px;

  /* border: 1px solid white; */
  background: #0009;

  p {
    margin-top: -3px;
  }
}

a,
b {
  color: var(--color-accent-bright);
  font-weight: normal;
}

a:hover {
  color: white;
}

.moon-phases {
  width: fit-content;
}

.blinkies {
  font-size: 0px;

  width: fit-content;
  max-width: 800px;

  background: black;
  border: 3px double var(--color-accent-bright);

  height: fit-content;

  padding: 7px;
  margin: 20px 30px;
  margin-top: 0;

  text-align: center;

  border-radius: 3px;

  div {
    display: inline-block;
    margin: 2px;
  }
}

.page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 600px) {
  h1 {
    font-size: 32px;
    text-shadow: var(--color-accent-bright) 2px 2px 0px;

    line-height: 36px;
  }
  h2 {
    font-size: 16px;
    text-shadow: var(--color-accent-bright) 1px 1px 0px;
  }

  .phase-container {
    margin-left: 10px !important;
  }
}

hr {
  background-color: var(--color-accent-bright);
  border: none;
  height: 1px;
  margin: 2px;
}
