@font-face {
  font-family: 'Uncut sans';
  src: url('../fonts/Uncut-Sans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Uncut sans';
  src: url('../fonts/Uncut-Sans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Uncut sans';
  src: url('../fonts/Uncut-Sans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Uncut sans';
  src: url('../fonts/Uncut-Sans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neuehaasdisplay Roman';
  src: url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --erp-body-font: 'Uncut sans', 'Public Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --erp-display-font: 'Neuehaasdisplay Roman', 'Uncut sans', 'Public Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  font-family: var(--erp-body-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.form-section-title,
.card-header h5,
.card-title {
  font-family: var(--erp-display-font);
}
