/* fonts */
@font-face {
  font-family: "GT Pressura Regular";
  src:
    local("GT Pressura Regular"),
    url("../fonts/GT-Pressura-Standard-Regular.woff2") format("woff2"),
    url("../fonts/GT-Pressura-Standard-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
  font-family: "GT Pressura Bold";
  src:
    local("GT Pressura Bold"),
    url("../fonts/GT-Pressura-Standard-Bold.woff2") format("woff2"),
    url("../fonts/GT-Pressura-Standard-Bold.woff") format("woff");
    font-weight: 600;
}

/* visually hide brand name in header */
.header__brand__lettering{
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.header__brand__lettering:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
  }

/* increase burger icon stroke width */
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  height: 4px;
}

.admin-bar {
  margin-top:0 !important;
}