/**
* Core
**/
body {
    font-family: 'Helvetica';
}

/**
* Navigation
**/
.navbar {
   font-family: 'Alpha Centauri'; 
}

/**
* Font Classes
**/
.alpha {
  font-family: 'Alpha Centauri';
}

.hel {
  font-family: 'Helvetica';
}

.helb {
  font-family: 'Helvetica Bold';
}

/**
* Font Families
**/
@font-face {
  font-family: 'Alpha Centauri';
  src: url('../font/AlphaCentauri.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Bold';
  src: url('../font/Helvetica-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../font/Helvetica.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}