/**********************************/
/*   Default variables override   */
/**********************************/

/* Custom font import -> https://fonts.google.com */
/* for a full primary font swap, add the same font to the archeevoConfigs.json, under typography */
/*@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400&display=swap");*/

:root {
  /* You can overwrite just the font or the whole family */
  /*--header-font: "Noto Serif";*/
  /*--primary-font: "Noto Serif";*/
  /*--font-family-header: var(--header-font), "Georgia", "Times New Roman", serif;*/
  /*--font-family: var(--primary-font), "Georgia", "Times New Roman", serif;*/

  /* Navbar */
  /*--navbar-height: 4rem;*/
  --navbar-bg-color: var(--primary);
  /*--navbar-text-color: rgba(0, 0, 0, 1);*/
  /*--navbar-active-border-color: var(--navbar-text-color);*/
  /*--navbar-hover-color: rgba(255, 255, 255, 0.2);*/
  /*--navbar-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);*/
  /*---navbar-logo-height: 30px;*/
  --navbar-logo-mini-height: var(--navbar-logo-height);

  /* Footer */
  --footer-bg-color: #7F1610;
  --footer-text-color: #e5d0cf;
  --footer-link-color: #e5d0cf;
  --footer-fixed-bg-color: #414042;
  --footer-fixed-text-color: var(--footer-text-color);

  /* Highlights page */
  --highlighted-primary-text: rgba(0, 0, 0, 0.87);
  --highlighted-primary-background: hsl(6, 31%, 94%);
  --highlighted-secondary-text: var(--highlighted-primary-text);
  --highlighted-secondary-background: hsl(0, 28%, 97%);
}

/******************************/
/*   Client's custom styles   */
/******************************/


.adbraga-welcome .simple-search a {
  color: white;
}

.theme__footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
}

.theme__footer a {
  color: var(--footer-link-color);
}

.theme__footer a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: inherit;
}