@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap');

:root {
  --nourie-brand: #082505; /* Change to your exact brand color */
  --nourie-accent: #e7a845;
  --nourie-text: #e7a845;
  --nourie-bg: #082505;
  --header-bg: #010a00 !important;
}

/* Base font */
body, input, select, textarea, button {
  font-family: "Lexend", sans-serif !important;
  color: var(--nourie-text);
}


/* Logo */
#header .logo {
  height: 36px;
  margin-right: 10px;
  vertical-align: middle;
}

/* Sidebar and links */
#content h1, .module h2, .module caption {
  font-family: "Lexend", sans-serif !important;
}
