:root {
  --main-bg-color: #fff7e9;
  --text-color: #3f5c72;
  --header-text-color: var(--text-color);
  --link-color: var(--text-color);
  --highlight-color: #f05d2b;
  --future-border: #dee2e6;
  --future-bg-color: #eee;
  --body-font-size-desktop: 16px;
  --body-font-size-mobile: 12px;
  --header-font-size-desktop: 72px;
  --header-font-size-mobile: 36px;
}

@font-face {
  font-family: redhatdisplay-medium;
  src: url("../fonts/RedHatDisplay-Medium.ttf");
}
@font-face {
  font-family: redhatdisplay-xtrabold;
  src: url("../fonts/RedHatDisplay-ExtraBold.ttf");
}
.tooltip-inner a {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 8px;
  background-color: #ffffff;
  color: #e15554;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.tooltip-inner a:hover {
  background-color: #f8f8f8;
  color: #c13030;
  text-decoration: none;
}

.tooltip .tooltip-inner {
  background-color: rgba(255, 255, 255, 0.95) !important;
  color: #333 !important;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  max-width: 300px;
  padding: 12px;
  text-align: left;
}
.tooltip .tooltip-inner div[style*=border-top] {
  border-top-color: #ccc !important;
}
.tooltip .tooltip-inner div[style*=border-top] strong {
  color: #f05d2b !important;
}
.tooltip .tooltip-inner a {
  color: #f05d2b !important;
  font-weight: bold;
}
.tooltip .tooltip-inner a:hover {
  color: rgb(216.6696035242, 66.4317180617, 15.3303964758) !important;
}

*,
:after,
:before {
  box-sizing: border-box;
  background-color: var(--main-bg-color);
  color: inherit;
  margin: 0;
  padding: 0;
  scroll-padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  *,
  :after,
  :before {
    scroll-padding-top: 62px;
  }
}

body {
  font-family: redhatdisplay-medium, serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: var(--body-font-size-desktop);
  font-style: normal;
  line-height: 1.5;
  color: var(--text-color);
  background-color: inherit;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: var(--body-font-size-mobile);
  }
}

h1 {
  font-family: redhatdisplay-xtrabold, serif;
  font-weight: 800;
  font-size: var(--header-font-size-desktop);
  margin: 0;
  color: var(--header-text-color);
  transition: all 0.25s;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: var(--header-font-size-mobile);
  }
}

h1.tiny {
  font-size: var(--header-font-size-mobile);
  transition: all 0.25s;
}

h1 a,
h1 a:hover {
  border: none;
}

a {
  color: var(--link-color);
  border-bottom: dotted var(--link-color) 1px;
  text-decoration: none;
}

a:hover {
  color: var(--highlight-color);
  text-decoration: none;
  border-bottom: solid var(--highlight-color) 1px;
}

.life-in-weeks {
  border-radius: 5px;
  margin: 0 20% 40% 20%;
}
.life-in-weeks .future-date {
  background-color: var(--future-bg-color) !important;
  border-color: var(--future-border) !important;
}
.life-in-weeks .week,
.life-in-weeks .birthday {
  height: 2em;
  max-height: 2em;
  padding: 2px 5px;
  margin: 2px 1px;
}
.life-in-weeks .btn {
  --bs-btn-color: var(--text-color);
  --bs-btn-font-size: var(--body-font-size-desktop);
}
.life-in-weeks blockquote {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .life-in-weeks {
    margin: 0 2%;
  }
  .life-in-weeks .btn {
    --bs-btn-font-size: var(--body-font-size-mobile);
  }
}
.life-in-weeks li {
  list-style-type: none;
}
.life-in-weeks li a {
  color: var(--link-color);
  text-decoration: none;
}
.life-in-weeks li a:hover {
  color: var(--highlight-color);
  text-decoration: none;
  border: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.life-in-weeks .navbar {
  --bs-navbar-padding-y: 0;
  margin-bottom: 2em;
  display: none;
  opacity: 0;
  animation: fadeIn 0.5s ease-out forwards;
}
.life-in-weeks .navbar .nav-pills {
  --bs-nav-pills-border-radius: 0;
  --bs-nav-pills-link-active-bg: var(--main-bg-color);
  --bs-nav-link-padding-x: 0.5rem;
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-color: var(--highlight-color);
  --bs-nav-pills-link-active-color: var(--highlight-color);
  border-bottom: solid var(--highlight-color) 1px;
}
@media only screen and (max-width: 768px) {
  .life-in-weeks .navbar .nav-pills {
    --bs-nav-link-padding-x: 0.35rem;
  }
}

.custom-tooltip {
  --bs-tooltip-bg: var(--highlight-color);
  --bs-tooltip-color: var(--bs-white);
}

/*# sourceMappingURL=main.css.map */
