@charset "UTF-8";
@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/LaCaseraES/assets/fonts/GarageGothic-Bold.woff2") format("woff2"), url("/DigitUp/LaCaseraES/assets/fonts/GarageGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/DigitUp/LaCaseraES/assets/fonts/OpenSans-Light.woff2") format("woff2"), url("/DigitUp/LaCaseraES/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Define the responsive grid mixin */
/* Center content with optional starting column */
/* ============================================
   Button Mixin
   Supports: variants, sizes, optional icon
=============================================== */
/* SIZE MIXIN (NO COLORS, NO VARIANT) */
/* VARIANT MIXIN (COLORS ONLY) */
/* OPTIONAL: BASE MIXIN */
.site-header {
  background: #ffffff;
  position: relative;
  z-index: 100;
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .menu-toggle {
    display: block;
  }
}

.menu-toggle.is-open::before {
  content: "✕";
}

.menu-toggle::before {
  content: "☰";
}

.mobile-menu {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 1.5rem;
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-header {
  display: flex;
  justify-content: right;
  align-items: top;
}

.menu-close {
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-social {
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
.mobile-social a {
  font-weight: 600;
  color: #002d72;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
}
.mobile-nav a {
  padding: 1.25rem 0px;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  color: #002d72;
  text-decoration: none;
}
