/* Stable public stylesheet so Clarity can fetch fonts relative to this file URL. */
@font-face {
  font-family: 'Northbank Forward';
  src: url('./Northbank-Forward.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Northbank Forward Slanted';
  src: url('./Northbank-ForwardSlanted.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Northbank N5';
  src: url('./Northbank-N5.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Northbank N5 Bold';
  src: url('./Northbank-N5Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Northbank N5 Bold Slanted';
  src: url('./Northbank-N5BoldSlanted.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Northbank N5 Slanted';
  src: url('./Northbank-N5Slanted.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Northbank N7';
  src: url('./Northbank-N7.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Northbank N7 Slanted';
  src: url('./Northbank-N7Slanted.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Chapman Display Light';
  src: url('./ChapmanDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chapman Display Regular';
  src: url('./ChapmanDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chapman Text Bold';
  src: url('./ChapmanText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chapman Text Italic';
  src: url('./ChapmanText-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Chapman Text Regular';
  src: url('./ChapmanText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
