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


.pd-group a {

  /* Inactive menus use Lato Regular */
  font-size: 15px;
  font-family: "Lato", sans-serif;
}


.pd-badge {

  font-size: 1.4rem;
}


.pd-tag {

  font-size: 13px;
}



.pd-search input {

  font-size: 13px;
  font-family: "Lato", sans-serif;
}


.pd-hamburger {

  font-size: 28px;
}



.pd-mobile-search input {

  font-size: 14px;
}



.pd-mobile-menu a {

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


@media (max-width: 1024px) {


  .pd-tag {

    font-size: 11px;
}
}


@media (max-width: 1280px) and (min-width: 1025px) {


  .pd-group a {

    font-size: 14px !important;
}
}


@media (min-width: 1900px) {


  .pd-group a {

    font-size: 16px !important;
}
}
