@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
/*
   Nunito Font Family Declaration
   Path: ../../fonts/nunito/static
*/
/* --- Regular (400) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* --- Medium (500) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/* --- Light (300) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* --- ExtraLight (200) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
/* --- SemiBold (600) / Bold (700) --- */
/* Note: Some fonts map "Bold" to 700 and others to 800 depending on the vendor.
   Below I have mapped Semi-Bold to 600 and Standard Bold to 700/800 based on Nunito's standard weights. */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Bold.ttf") format("truetype");
  font-weight: 700; /* Or 800 depending on specific file metrics */
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* --- ExtraBold (800) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
/* --- Black (900) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
.header {
  margin: 1rem 0;
}
.header:before {
  content: "";
  display: table;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
[dir=rtl] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}
.header__logo-image {
  vertical-align: bottom;
  max-width: 25%;
}
@media (min-width: 888px) {
  .header__logo-image {
    max-width: 20%;
  }
}
.header__name-and-slogan {
  float: left;
}
.header__site-name {
  margin: 0;
}
.header__site-link {
  display: none;
}
.header__site-link:link, .header__site-link:visited {
  color: #000000;
  text-decoration: none;
}
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}
.header__site-slogan {
  margin: 0;
}
.header__secondary-menu {
  float: right;
}
[dir=rtl] .header__secondary-menu {
  float: left;
}
.header__region {
  clear: both;
}

h1.page-title {
  text-align: center;
}

/*# sourceMappingURL=header.css.map */
