/*
 * Brand overrides for JobBoardWP's frontend, carried over from the Jobhunt
 * theme's Redux settings (primary color #ef2b66, Inter typeface at 700/600
 * weight) since JobBoardWP hardcodes its own accent blue (#266cf9) rather
 * than reading Blocksy's --theme-palette-color-* custom properties.
 */

body,
.jb-jobs-list,
.jb-job,
.jb {
	font-family: 'Inter', var(--paragraph-font-family, sans-serif);
}

h1, h2, h3, h4, h5, h6,
.jb-job-title,
.jb-company-title {
	font-family: 'Inter', var(--heading-font-family, sans-serif);
	font-weight: 700;
}

/* JobBoardWP primary buttons (Apply, Submit Job, Save, etc.) */
.jb-button.jb-primary-button,
a.jb-button.jb-primary-button {
	background-color: #ef2b66;
}

.jb-button.jb-primary-button:hover,
a.jb-button.jb-primary-button:hover,
a.jb-button.jb-primary-button:focus,
a.jb-button.jb-primary-button:active {
	background-color: #d41f56;
}

/* Links inside JobBoardWP job listings/company info */
.jb-job a,
.jb-jobs-list a,
.jb-company-details a {
	color: #ef2b66;
}

.jb-job a:hover,
.jb-jobs-list a:hover,
.jb-company-details a:hover {
	color: #d41f56;
}
