/* Brand-aligned direction */
@font-face {
  font-family: 'BC Sans';
  src: url('https://staging.wsanecschoolboard.ca/wp-content/uploads/2025/05/2023_01_01_BCSans-Regular_2f.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BC Sans';
  src: url('https://staging.wsanecschoolboard.ca/wp-content/uploads/2025/05/2023_01_01_BCSans-Bold_2f.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "BC Sans Regular", Arial, sans-serif;
}

h1, h2, h3, .page-title, .job-title {
  font-family: "SENĆOŦEN Rubik Bold", "BC Sans Bold", Arial, sans-serif;
  color: #103843;
}

button,
input[type="submit"],
.application_button {
  background-color: #103843;
  border-color: #103843;
  color: #ffffff;
}

button:hover,
input[type="submit"]:hover,
.application_button:hover {
  background-color: #abf5c4;
  border-color: #355956;
}

header,
.page-header,
.hero-header {
  background-color: #103843;
  color: #ffffff;
}
bg-facebook-blue {
  background-color: #103843 !important;
}
bg-facebook-blue:hover {
  background-color: #103843;
}
bg-facebook-blue {
  background-color: #103843 !important;
}
/* SOCIAL SHARE BUTTONS */
button.social {
  background-color: #103843 !important; /* your header dark teal */
  color: #ffffff !important;
  border: none;
}

/* Hover state */
button.social:hover {
  background-color: #abf5c4 !important;
  color: #103843 !important; /* optional: better contrast */
}

/* Ensure SVG icon follows text color */
button.social svg {
  stroke: currentColor;
}
