/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-100 {
  z-index: 100;
}
.float-left {
  float: left;
}
.container {
  width: 100%;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-inline: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-\[calc\(100vh-14px\)\] {
  height: calc(100vh - 14px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[1vh\] {
  min-height: 1vh;
}
.min-h-\[40rem\] {
  min-height: 40rem;
}
.min-h-\[45rem\] {
  min-height: 45rem;
}
.min-h-\[calc\(100vh-24px\)\] {
  min-height: calc(100vh - 24px);
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1 / 2 * 100%);
}
.w-3\/4 {
  width: calc(3 / 4 * 100%);
}
.w-4\/5 {
  width: calc(4 / 5 * 100%);
}
.w-5\/6 {
  width: calc(5 / 6 * 100%);
}
.w-full {
  width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-\[100\] {
  min-width: 100;
}
.flex-1 {
  flex: 1;
}
.flex-auto {
  flex: auto;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.transform\! {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.self-start {
  align-self: flex-start;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-3 {
  border-style: var(--tw-border-style);
  border-width: 3px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-2 {
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
}
.border-r-4 {
  border-right-style: var(--tw-border-style);
  border-right-width: 4px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-\[\#3D4A4E\] {
  border-color: #3D4A4E;
}
.border-\[\#6B5344\] {
  border-color: #6B5344;
}
.border-\[\#8B7355\] {
  border-color: #8B7355;
}
.border-\[\#F4D35E\] {
  border-color: #F4D35E;
}
.border-\[\#F46197\] {
  border-color: #F46197;
}
.border-peach {
  border-color: var(--color-peach);
}
.bg-\[\#0a1420\] {
  background-color: #0a1420;
}
.bg-\[\#0f1b29\] {
  background-color: #0f1b29;
}
.bg-\[\#1E2527\] {
  background-color: #1E2527;
}
.bg-\[\#1E2527\]\/50 {
  background-color: color-mix(in oklab, #1E2527 50%, transparent);
}
.bg-\[\#2C3639\] {
  background-color: #2C3639;
}
.bg-\[\#3D4A4E\] {
  background-color: #3D4A4E;
}
.bg-\[\#EE964B\] {
  background-color: #EE964B;
}
.bg-\[\#F4D35E\] {
  background-color: #F4D35E;
}
.bg-\[\#F46197\] {
  background-color: #F46197;
}
.bg-\[\#c3ced4\] {
  background-color: #c3ced4;
}
.bg-\[\#fdc431\] {
  background-color: #fdc431;
}
.bg-\[\#fff9f0\] {
  background-color: #fff9f0;
}
.bg-\[hsla\(20\,15\%\,100\%\,1\)\] {
  background-color: hsla(20,15%,100%,1);
}
.bg-cream {
  background-color: var(--color-cream);
}
.bg-mustard {
  background-color: var(--color-mustard);
}
.bg-olive {
  background-color: var(--color-olive);
}
.bg-olive\/20 {
  background-color: color-mix(in srgb, #6b8f4e 20%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-olive) 20%, transparent);
  }
}
.bg-peach {
  background-color: var(--color-peach);
}
.bg-peach\/50 {
  background-color: color-mix(in srgb, #ffcdb2 50%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-peach) 50%, transparent);
  }
}
.bg-plum {
  background-color: var(--color-plum);
}
.bg-soft-brown\/30 {
  background-color: color-mix(in srgb, #5c4033 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-soft-brown) 30%, transparent);
  }
}
.bg-terracotta {
  background-color: var(--color-terracotta);
}
.bg-transparent {
  background-color: transparent;
}
.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[url\(\/home\/books-banner\.jpg\)\] {
  background-image: url(/home/books-banner.jpg);
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-cover {
  background-size: cover;
}
.object-cover {
  object-fit: cover;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-start {
  text-align: start;
}
.align-bottom {
  vertical-align: bottom;
}
.font-\[Fredoka\] {
  font-family: Fredoka;
}
.font-\[Jost\] {
  font-family: Jost;
}
.font-\[Newsreader\] {
  font-family: Newsreader;
}
.font-\[Nunito\] {
  font-family: Nunito;
}
.leading-\[0\] {
  --tw-leading: 0;
  line-height: 0;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.text-wrap {
  text-wrap: wrap;
}
.text-\[\#1E2527\] {
  color: #1E2527;
}
.text-\[\#3D4A4E\] {
  color: #3D4A4E;
}
.text-\[\#6B5344\] {
  color: #6B5344;
}
.text-\[\#7FCCB0\] {
  color: #7FCCB0;
}
.text-\[\#A8A8A0\] {
  color: #A8A8A0;
}
.text-\[\#EE964B\] {
  color: #EE964B;
}
.text-\[\#F4D35E\] {
  color: #F4D35E;
}
.text-\[\#F5F5F0\] {
  color: #F5F5F0;
}
.text-\[\#F5F5F0\]\/60 {
  color: color-mix(in oklab, #F5F5F0 60%, transparent);
}
.text-\[\#F46197\] {
  color: #F46197;
}
.text-\[hsl\(190\,90\%\,98\%\)\] {
  color: hsl(190,90%,98%);
}
.text-mustard {
  color: var(--color-mustard);
}
.text-olive {
  color: var(--color-olive);
}
.text-plum {
  color: var(--color-plum);
}
.text-soft-brown {
  color: var(--color-soft-brown);
}
.text-terracotta {
  color: var(--color-terracotta);
}
.text-warm-gray {
  color: var(--color-warm-gray);
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.line-through {
  text-decoration-line: line-through;
}
.overline {
  text-decoration-line: overline;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-5 {
  opacity: 5%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-\[0\.04\] {
  opacity: 0.04;
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-50 {
  --tw-duration: 50ms;
  transition-duration: 50ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.group-hover\:text-\[\#F4D35E\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: #F4D35E;
    }
  }
}
.group-hover\:opacity-15 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 15%;
    }
  }
}
.group-hover\:opacity-60 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 60%;
    }
  }
}
.hover\:scale-102 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 102%;
      --tw-scale-y: 102%;
      --tw-scale-z: 102%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:bg-\[\#F4D35E\] {
  &:hover {
    @media (hover: hover) {
      background-color: #F4D35E;
    }
  }
}
.hover\:bg-peach {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-peach);
    }
  }
}
.hover\:bg-peach\/30 {
  &:hover {
    @media (hover: hover) {
      background-color: color-mix(in srgb, #ffcdb2 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-peach) 30%, transparent);
      }
    }
  }
}
.hover\:text-\[\#1E2527\] {
  &:hover {
    @media (hover: hover) {
      color: #1E2527;
    }
  }
}
.hover\:text-\[\#F4D35E\] {
  &:hover {
    @media (hover: hover) {
      color: #F4D35E;
    }
  }
}
.hover\:text-terracotta {
  &:hover {
    @media (hover: hover) {
      color: var(--color-terracotta);
    }
  }
}
@layer components {
  .nuke {
    all: unset;
    box-sizing: border-box;
  }
}
:root, :host {
  --color-mustard: #e8aa42;
  --color-terracotta: #d4694a;
  --color-olive: #6b8f4e;
  --color-plum: #8b5a8c;
  --color-cream: #fff9f0;
  --color-soft-brown: #5c4033;
  --color-warm-gray: #6b5e54;
  --color-peach: #ffcdb2;
  --color-body-font-weight: 400;
  --color-button-font-weight: 400;
  --color-primary-font-family: Jost, sans-serif;
  --color-secondary-font-family: Jost, sans-serif;
  --color-subtitle-font-weight: 400;
  --color-title-font-weight: 400;
}
body {
  p {
    font-family: Nunito;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: Fredoka;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
