@font-face {
  font-family: "dreamer";
  src: url("https://files.catbox.moe/yuboak.woff");
}

@font-face {
  font-family: "cursive";
  src: url("https://files.catbox.moe/423gxc.ttf");
}

* {
  color: #474838;
  font-size: 14px;
  font-family: "cursive";
  cursor: url("https://fentdevilish.neocities.org/assets/flowerc.png"), auto !important;
}

::selection {
  color: #fff;
  background: #dfe5e8;
}

a {
  color: #acae89;
  text-decoration: underline;
}

h1 {
  font-size: 26px;
  margin: 0;
}

hr {
  border: 1px dotted #b8ba9b;
}

.navibox li:hover, li a:hover {
  background: #c3d4d5;
  margin-left: 5px;
  color: #fff;
}

button {
  outline: #afa69d;
  border: solid 1px #fcfcfc;
  background: linear-gradient(#fcfcfc 30%, #f5f1ea 70%);
  text-shadow: 1px 1px 1px #fcfcfc;
}

i {
  color: #777867;
  text-decoration: dotted underline;
  font-style: normal;
}

.calendar-container {
  margin-top: 10px;
  border: dotted 1px #b8ba9b;
  color: #484939;
  padding-top: 5px;
}

header.calendar-current-date {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.calendar-body ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
}

.calendar-body li {
  width: calc(100% / 7);
  position: relative;
  z-index: 1;
  cursor: default;
  text-align: center;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}

.calendar-body .calendar-weekdays li {
  cursor: default;
  font-weight: bold;
  text-transform: uppercase;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.calendar-dates li {
  border: dotted #acae89;
  border-width: 1px 1px 0 0;
}

.calendar-dates li:nth-child(7n) {
  border-right: none;
}

.calendar-dates li.inactive {
  color: #acae89;
  cursor: default;
}

.calendar-dates li.active {
  color: #acae89;
}

.calendar-dates li::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  height: 1.8em;
  transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
  background: #ed8a6820;
}