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

body {
  font-family: 'Oswald', Arial, sans-serif;
  color: #009A44; /* UND Green */
}

b, strong {
    color: #009A44 !import; /* Set your desired color */
}

.header-logo {
  background-image: url('path/to/UND-logo.png');
}

.navbar {
  background-color: #009A44; /* Adjust navbar color to match UND Green */
}

h1.article__h1 .title__content {
    color: #009A44 !important;
}

h2 {
    color: #009A44 !important;
}

.wh-header__product-logo {
    max-height: 80px; /* Adjust the size */
}
.wh-header__divider {
    background-color: #009A44; /* Replace with your desired color */
}


/* Change navbar background color */
.app__header {
    background-color: #000000; /* Set this to your desired color */
}
.wh-header {
    background-color: #000000; /* Set this to your desired color */
}

.wh-header__product-name {
    color: #009A44 !important;
}

/* Change navbar text color */
.wh-header__product-name,
.wh-header__link {
    color: #FFFFFF; /* Set this to your desired text color */
}

/* Change color of buttons (theme switcher and search) */
.wh-header__switchers button,
.wh-header__search-button {
    background-color: transparent; /* Adjust as needed */
    color: #FFFFFF; /* Icon color */
}

/* Optional: Change divider color */
.wh-header__divider {
    background-color: #FFFFFF; /* Adjust this color as needed */
}