/* Typography and Font Definitions */
/* Google Fonts loaded locally - see google-fonts-local.css */

/* Base Typography Styles */
h1 {
  font-size: 200%; 
  margin: 0.2em;
}

.page-header {
  cursor: default;  
  font-variant: small-caps;
}

/* Responsive Typography */
@media screen and (max-width: 800px) {
  .fnd_searchbox {
    height: 2.4rem;
  }
  #lng {
    top: 50%;
    transform: translate(0, -45%);
  }
}

@media (max-width: 576px) {
  .page-header {
    font-size: 100%;
    line-height: 1.05;
  }  
}

@media (max-width: 360px) {
  .page-header {
    white-space: normal !important;
  }
} 