/* Aquire Font - Original Angular Geometric Font */
@font-face {
  font-family: 'Aquire';
  src: url('./aquire-regular.woff2') format('woff2'),
       url('./aquire-regular.woff') format('woff'),
       url('./aquire-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aquire';
  src: url('./aquire-light.woff2') format('woff2'),
       url('./aquire-light.woff') format('woff'),
       url('./aquire-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aquire';
  src: url('./aquire-bold.woff2') format('woff2'),
       url('./aquire-bold.woff') format('woff'),
       url('./aquire-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}