/**
 * Copyright (c) 2021. Open Mobile Platform LLC.
 */

/* ALS Hauss - regular */
@font-face {
  font-family: 'als_hauss';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('ALS Hauss Variable'), local('ALS Hauss Variable Regular'),
  url('../fonts/ALSHaussVariable-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/ALSHaussVariable-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  url('../fonts/ALSHaussVariable-Regular.otf') format("opentype"); /* Old browsers */
}

/* ALS Hauss - medium */
@font-face {
  font-family: 'als_hauss';
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: local('ALS Hauss Variable'), local('ALS Hauss Variable Bold'),
  url('../fonts/ALSHaussVariable-Medium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/ALSHaussVariable-Medium.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  url('../fonts/ALSHaussVariable-Medium.otf') format("opentype"); /* Old browsers */
}

/* ALS Hauss - bold */
@font-face {
  font-family: 'als_hauss';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('ALS Hauss Variable'), local('ALS Hauss Variable Bold'),
  url('../fonts/ALSHaussVariable-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/ALSHaussVariable-Bold.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  url('../fonts/ALSHaussVariable-Bold.otf') format("opentype"); /* Old browsers */
}
