body {
  background-color: #F4F4F1;
  color: #2F1D1B;
  font-family: "Alan Sans", sans-serif;
  font-size: 16px; }

h1 {
  font-size: 80px;
  font-family: "Cinzel", sans-serif; }
  h1.display-alt {
    font-size: 56px; }

h2 {
  font-size: 40px;
  font-weight: 100; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

a {
  font-size: 16px;
  color: #65533F;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s; }
  a:hover {
    color: #2F1D1B; }

sub {
  font-weight: 100; }

.decorative-text {
  font-family: "Brush Script MT", cursive;
  font-size: 28px;
  color: #65533F; }

.btn-licorice {
  background-color: #2F1D1B;
  color: #F4F4F1;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  transition: opacity 0.2s; }
  .btn-licorice:hover {
    opacity: 0.85;
    color: #F4F4F1; }

.btn-pale {
  background-color: #A2C1D7;
  color: #2F1D1B;
  border: none;
  border-radius: 50px;
  padding: 12px 24px; }
  .btn-pale:hover {
    opacity: 0.85;
    color: #2F1D1B; }

.layout-container {
  padding-left: 260px;
  padding-right: 260px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .layout-container {
      padding-left: 40px;
      padding-right: 40px; } }

.navbar {
  transition: background-color 0.2s, box-shadow 0.2s; }
  .navbar.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none !important; }
  .navbar.navbar-scrolled {
    background-color: #2F1D1B !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important; }
  .navbar .nav-link {
    color: #F4F4F1 !important; }
    .navbar .nav-link:hover {
      color: #65533F !important; }
    .navbar .nav-link.active {
      color: #65533F !important; }
  .navbar .navbar-brand {
    color: #F4F4F1 !important; }

.hero-banner {
  position: relative;
  background-color: #2F1D1B;
  color: #F4F4F1;
  padding-top: 160px;
  padding-bottom: 80px;
  min-height: 600px;
  overflow: hidden; }
  .hero-banner a {
    color: #F4F4F1; }
    .hero-banner a:hover {
      color: #65533F; }
  .hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/assets/images/hero-banner.png");
    background-size: cover;
    background-position: center;
    filter: invert(1) grayscale(1);
    z-index: 0; }
  .hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(47, 29, 27, 0.4);
    z-index: 1; }
  .hero-banner .layout-container {
    position: relative;
    z-index: 2; }
  .hero-banner .hero-title {
    margin-bottom: 40px; }
  .hero-banner .hero-divider {
    margin-top: 80px;
    border-top: 1px solid #F4F4F1;
    opacity: 1;
    margin-bottom: 20px;
    max-width: 550px; }
  .hero-banner .hero-spacer {
    margin-top: 26px; }
  .hero-banner .hero-text-block {
    width: 75%;
    font-size: 20px;
    line-height: 1.6; }

.catalogue-banner {
  background-color: #D1DAD7;
  padding: 80px 0; }

.slider-container {
  position: relative; }
  .slider-container .artwork-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 24px;
    padding-bottom: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .slider-container .artwork-slider::-webkit-scrollbar {
      display: none; }
  .slider-container .artwork-slide {
    flex: 0 0 calc(31% - 24px);
    scroll-snap-align: start; }
    @media (max-width: 1200px) {
      .slider-container .artwork-slide {
        flex: 0 0 calc(45% - 24px); } }
    @media (max-width: 768px) {
      .slider-container .artwork-slide {
        flex: 0 0 calc(85% - 24px); } }
  .slider-container .slider-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #F4F4F1;
    color: #2F1D1B;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s; }
    .slider-container .slider-btn:hover {
      background: #2F1D1B;
      color: #F4F4F1; }
    .slider-container .slider-btn-prev {
      left: -24px; }
    .slider-container .slider-btn-next {
      right: -24px; }

.skeleton-img {
  background-color: #D1DAD7;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2F1D1B;
  object-fit: cover;
  font-weight: bold; }
  .skeleton-img.skeleton-carousel-img {
    height: 350px; }

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