/*
Theme Name: TT5 CCnP
Template: twentytwentyfive
Description: Minimal child theme for Pairc Historical Society. Fonts and palette only.
Version: 0.1.12
*/

/* ----------------------------------------------------------------
      LOCK LOGO SIZE AND AVOID TT5 FLUID TYPOGRAPHY
      with one deliberate break point
   ----------------------------------------------------------------*/

/* Logo: fixed sizing, opt out of fluid typography */
.cenp-logo-txt-1,
.cenp-logo-txt-2 {
  white-space: nowrap;
}

/* Logo text – desktop */
.cenp-logo-txt-1 {
  font-size: 2rem !important;
  letter-spacing: -2px !important;
}

.cenp-logo-txt-2 {
  font-size: 1.22rem !important;
  letter-spacing: -1px !important;
}

/* Logo mark – desktop */
.cenp-logo-png img {
  height: 80px !important;
  width: auto;
}

/* Small screen variant */
@media (max-width: 49rem) {

  .cenp-logo-png img {
    height: 40px !important;
    width: auto;
  }

    .cenp-logo-txt-1 {
      font-size: 1rem !important;
      letter-spacing: -1px !important;
    }
    
    .cenp-logo-txt-2 {
      font-size: 0.61rem !important;
      letter-spacing: -0.5px !important;
    }
  
}
