@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/unbounded/Unbounded-Medium.woff2') format('woff2'),
      url('../fonts/unbounded/Unbounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/unbounded/Unbounded-ExtraLight.woff2') format('woff2'),
      url('../fonts/unbounded/Unbounded-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/unbounded/Unbounded-Black.woff2') format('woff2'),
      url('../fonts/unbounded/Unbounded-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/unbounded/Unbounded-Regular.woff2') format('woff2'),
      url('../fonts/unbounded/Unbounded-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/unbounded/Unbounded-Light.woff2') format('woff2'),
      url('../fonts/unbounded/Unbounded-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/unbounded/Unbounded-SemiBold.woff2') format('woff2'),
      url('../fonts/unbounded/Unbounded-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/unbounded/Unbounded-ExtraBold.woff2') format('woff2'),
      url('../fonts/unbounded/Unbounded-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ykp91j');
  src:  url('../fonts/icomoon.eot?ykp91j#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ykp91j') format('truetype'),
    url('../fonts/icomoon.woff?ykp91j') format('woff'),
    url('../fonts/icomoon.svg?ykp91j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--laptop:before {
  content: "\e900";
  color: #fff;
}
.icon--phone:before {
  content: "\e901";
  color: #fff;
}
