<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&display=swap" rel="stylesheet">


.top-mini-banner {
  background-color:#256B95;
  color:white;
  text-align:center;
  padding:10px;
  line-height:20px;
}

/* Force ALL top navigation tabs to be white */
.Header__menuList .Header__tabsTab,
.Header__menuList .Header__tabsTab a,
.Header__menuList .Header__tabsTabLink {
  color: #FFFFFF !important;
  font-weight:bold;
  text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

li#portal_tabNewTicket {
  padding: 10px 20px;
  background: #266B95;
  border-radius: 2px;
}

li#portal_tabNewTicket:hover {
  background: #0771B3;
}

.Header__searchTitle {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 2.5em;
  font-family: 'Lato', sans-serif;
}

li#portal_tabNewTicket a {
  color: #FFFFFF !important;
}

/* =======================================
   Hatch Help Portal Typography System
   (Drop at end of your CSS)
======================================= */

/* 1) Global font + better rendering */
html {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body, body * {
  font-family: 'Lato', sans-serif !important;
}

/* 2) Base type */
body {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #1f2933; /* neutral dark, easy to read */
}

/* 3) Headings: clear hierarchy */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.125rem; }
h5, h6 { font-size: 1rem; }

/* Your hero/search title: keep it bold and crisp */
.Header__searchTitle {
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

/* 4) Body copy spacing: tighter but not cramped */
p {
  margin: 0 0 0.85em 0;
}

li {
  margin: 0.25em 0;
}

p, li, label {
  font-weight: 400;
  line-height: 1.6;
}

/* 5) UI text: tabs/buttons slightly stronger for scanning */
button,
.Header__menuList .Header__tabsTab,
.Header__menuList .Header__tabsTab a,
.Header__menuList .Header__tabsTabLink,
li#portal_tabNewTicket a {
  font-weight: 600 !important;
  line-height: 1.2;
}

/* 6) Article pages: make KB content easier to read */
.articleDetail,
.articleContent,
.content,
.kb-article,
.KBArticle,
.KB_Article {
  font-size: 1rem;
  line-height: 1.75;
}

.articleDetail p,
.articleContent p,
.content p,
.kb-article p,
.KBArticle p,
.KB_Article p {
  margin-bottom: 0.95em;
}

.articleDetail h2,
.articleContent h2,
.content h2,
.kb-article h2,
.KBArticle h2,
.KB_Article h2 {
  margin-top: 1.4em;
  margin-bottom: 0.6em;
}

.articleDetail h3,
.articleContent h3,
.content h3,
.kb-article h3,
.KBArticle h3,
.KB_Article h3 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

/* Links: a touch stronger, still clean */
a {
  font-weight: 500;
}

/* Forms: prevent iOS zoom + improve legibility */
input, textarea, select, button {
  font-size: 16px;
}

/* =======================================
   Mobile refinement
======================================= */
@media (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }

  .Header__searchTitle {
    font-size: 2rem !important;
  }

  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.35rem; }
  h3 { font-size: 1.15rem; }

  /* Slightly roomier tap targets */
  button,
  .Header__menuList .Header__tabsTab a,
  li#portal_tabNewTicket a {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}

