
    :root {
        --text: #000000;
--links: #006cd4;
--titles: #000000;
--page-background: #ffffff;
--highlight: #006cd4;
--boxes-background: #FFFFFF;
--boxes-border: #DBDBDB;
--section-titles: #3355FF;
--section-titles-background: #F6F6F6;
--header-background: #FFDD00;
--header-links: #000000;
--footer-background: #000000;
--footer-links: #FFFFFF;
--titles-font-family: "Guardian Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
--titles-h1-font-size: 3.0000rem;
--titles-h1-font-weight: 600;
--titles-h1-color: #000000;
--titles-h2-font-size: 2.1429rem;
--titles-h2-font-weight: 300;
--titles-h2-color: #000000;
--titles-h3-font-size: 1.7143rem;
--titles-h3-font-weight: 600;
--titles-h3-color: #000000;
--texts-font-family: "Guardian Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
--texts-primary-font-size: 1.2857rem;
--texts-primary-color: #000000;
--texts-secondary-font-size: 1.1429rem;
--texts-secondary-color: #000000;
--texts-link-color: #006cd4;
    }
    
:root { --react-body-font-family: "Guardian Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

body, h1, h2, h3, h4, h5, a, li, p {
    font-family: 'Guardian Sans' !important;
}

/* Header CSS */

.ods-front-header {
    display: flex;
    align-items: stretch;
    min-height: 100px;
}

.ods-front-header__management-menu-item-link {
    color: #fff !important;
}

.ods-front-header__portal-brand {
    top: 32px;
}

/* Footer CSS */

.site-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 60px 80px 0;
}

.footer-columns {
  display: flex;
  gap: 80px;
  padding-bottom: 48px;
}

.footer-col {
  flex: 1;
    text-align: left;
}

.footer-col h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 28px 0;
    color: #fff;
    text-align: left;
  line-height: 32px;
}

.footer-col h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 6px 0;
    color: #fff;
    text-align: left;
}

.footer-col p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 24px 0;
  color: #fff;
}

.footer-col a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: underline;
}

.footer-col a:hover {
  text-decoration: none;
}

/* Social links */
.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.social-list li a {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
}

.social-list li a:hover {
  text-decoration: underline;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: #000000;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid #444444;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}

.footer-legal a:hover {
  text-decoration: none;
}

.footer-nzgov {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-nzgov img {
  height: 60px;
  width: auto;
}