/* stylelint-disable */

@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400;500;600;700&family=Nanum+Gothic+Coding:wght@400;700&display=swap');

:root {
  --colorPrimary900: #000000;
  --colorPrimary600: #333333;
  --widthMaxJobBoard: 800px;
  --borderRadiusContainer: 10px;
  --borderRadiusControl: 10px;
  --borderRadiusButton: 10px;
  --fontFamily: "Nanum Gothic Coding", "Courier New", monospace;
  --colorAppBackground: #f7f8fa;
}

/* Kode Mono — headings, titles, department names, job titles */

.ashby-job-board-heading,
.ashby-job-board-heading-count,
.ashby-department-heading,
.ashby-department-heading-level,
.ashby-job-posting-brief-department-heading,
.ashby-job-posting-brief-department-heading-level,
.ashby-job-posting-brief-title,
.ashby-job-posting-heading,
.ashby-job-posting-header,
.ashby-application-form-section-header-title {
  font-family: "Kode Mono", monospace;
  font-weight: 600;
}

/* Nanum Gothic Coding — all general/body text */

.ashby-job-posting-brief-details,
.ashby-application-form-question-title,
.ashby-application-form-question-description,
.ashby-application-form-section-header-description,
.ashby-application-form-autofill-input-description,
.ashby-application-form-autofill-input-title,
.ashby-job-board-filters-label,
.ashby-job-board-reset-filters-label,
.ashby-application-form-submit-button,
.ashby-job-board-back-to-all-jobs-button,
.ashby-application-form-texting-consent-description {
  font-family: "Nanum Gothic Coding", "Courier New", monospace;
}

/* Layout */

.ashby-job-posting-brief {
  margin-bottom: 10px;
}
