/*
 * Town Web — Aller (by Dalton Maag), primary brand face.
 * Files sit in this folder as TTFs. Four cuts: Light, Regular, Italic, Bold.
 */

@font-face {
  font-family: 'Aller';
  src: url('./Aller_Std_Lt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aller';
  src: url('./Aller_Std_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aller';
  src: url('./Aller_Std_It.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aller';
  src: url('./Aller_Std_Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
