/* Keep Unfold's bundled Material Symbols font so admin icons work without external font CDNs. */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.0de88cd017c7.ttf") format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.58495ea77f95.ttf") format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.d35d6e93cc0a.ttf") format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.a88a63883f98.ttf") format('truetype');
}

/* Apply Raleway globally to admin */
body,
input,
textarea,
select,
button,
.font-sans,
.header,
.nav,
#content,
#content-main,
.module,
.inline-group {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
