h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans", sans-serif;
}

h1 {
	font-size: 36px;
	color: var(--orange-dark);
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 { 
	font-size: 18px;
}

p, li {
	font-family: "myriad-pro", sans-serif;
	font-size: 18px;
	color: var(--body-text);
}

strong {
	color: var(--blue-dark);
}

a {
	color: var(--orange);
}

.olc-button {
  background-color: var(--blue);
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  font-size: 1.15rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.olc-button:hover {
  background-color: var(--blue-light);
  box-shadow: none;
  color: white;
  font-weight: bold;
  transform: translateY(-1px);
}

#block-olcn-languageswitcher a, .menu-item a {
	font-family: "Source Sans 3", sans-serif;
}

#toolbar-item-shortcuts-tray a, .toolbar-bar a {
	font-size: 16px;
}
