/* ============================================================
   FONT DECLARATIONS - FOOTER
   ============================================================
   This file contains ALL font-size and font-family declarations
   extracted from footer.css.
   
   DO NOT modify font sizes here without updating the source.
   All values are the EXACT original values from the source file.
   ============================================================ */



.site-footer {

  font-family: "Lato", sans-serif;
}



.app-cta h3 {

  /* Reduced gap between text and badges */
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}



.availability-card label {

  font-size: 1rem;
}



.availability-row input {

  /* Gray font color */
  font-size: 1rem;
}



.availability-row .button-gold {

  font-size: 1rem;
}



.footer-wellness {

  font-family: "Allomira", serif;
  font-size: 1.1rem;
}


.footer-contact h3,
.footer-nav h3,
.footer-social h3 {

  font-size: 0.95rem;
}



.footer-contact p {

  font-size: 0.95rem;
}



.footer-contact-row {

  font-size: 0.95rem;
}



.footer-links-col a {

  font-size: 0.95rem;
}


.footer-bottom {

  font-size: 0.875rem;
}


@media (max-width: 480px) {


  .app-cta h3 {

    font-size: 1.1rem;
}
}


@media screen and (min-width: 820px) and (max-width: 1024px) {

  .availability-row input#pinInput {

    font-size: 1.2rem !important;
}



  .availability-row .button-gold {

    font-size: 1.2rem !important;
}
}


@media (min-width: 1900px) {

  .app-cta h3 {

    font-family: "Lato", sans-serif !important;
    /* Lato Bold */
    font-size: 20px !important;
}



  .footer-contact p,
  .footer-links-col a,
  .footer-bottom p,
  .footer-contact-row a {

    font-family: "Lato", sans-serif !important;
    /* Lato Regular */
    font-size: 18px !important;
}



  .footer-contact h3,
  .footer-nav h3,
  .footer-social h3 {

    font-family: "Lato", sans-serif !important;
    /* Lato Bold */
    font-size: 18px !important;
}
}
