/* âââ LOCAL FONTS â NO GOOGLE FONTS â 100% BUILDER-PROOF âââ */

/* Raleway â using the 3 files already uploaded by builder */
@font-face {
  font-family: 'Raleway';
  src: url('/ncsitebuilder/css/fonts/custom/Raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('/ncsitebuilder/css/fonts/custom/Raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('/ncsitebuilder/css/fonts/custom/Raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Roboto â using one of the many files (regular + bold) */
@font-face {
  font-family: 'Roboto';
  src: url('/ncsitebuilder/css/fonts/custom/Roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/ncsitebuilder/css/fonts/custom/Roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Force usage â overrides any old Google Fonts */
body, input, textarea, button, select {
  font-family: 'Roboto', system-ui, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .title, .heading, .navbar-brand {
  font-family: 'Raleway', system-ui, sans-serif !important;
}