/* ======================
   ALLIANCE FONT
   ====================== */

/* Alliance Regular (400) */
@font-face {
  font-family: 'Alliance No.2';
  src: url('AllianceNo2-Regular.woff2') format('woff2'),
       url('AllianceNo2-Regular.woff') format('woff'),
  font-weight: 400;
  font-style: normal;
}


/* ======================
   KLAPT FONT
   ====================== */

/* Klapt Light (300) */
@font-face {
  font-family: 'Klapt';
  src: local('Klapt Light'), local('Klapt-Light'),
       url('Klapt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Klapt Regular (400) */
@font-face {
  font-family: 'Klapt';
  src: local('Klapt Regular'), local('Klapt-Regular'),
       url('Klapt-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Klapt Medium (500) */
@font-face {
  font-family: 'Klapt';
  src: local('Klapt Medium'), local('Klapt-Medium'),
       url('Klapt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Klapt Bold (700) */
@font-face {
  font-family: 'Klapt';
  src: local('Klapt Bold'), local('Klapt-Bold'),
       url('Klapt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
