/* ==========================================================================
   @font-face — Author Variable
   ========================================================================== */

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

@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-VariableItalic.woff2') format('woff2'),
       url('../fonts/Author-VariableItalic.woff') format('woff');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ==========================================================================
   @font-face — Cabinet Icons
   ========================================================================== */

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

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: 'cabinet-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-circle::before { content: "\f10b"; }
.icon-arrow-down::before   { content: "\f10a"; }
.icon-arrow-right::before  { content: "\f109"; }
.icon-clock::before         { content: "\f108"; }
.icon-close::before         { content: "\f107"; }
.icon-facebook::before      { content: "\f106"; }
.icon-mail::before          { content: "\f105"; }
.icon-map-pointer::before   { content: "\f104"; }
.icon-parking::before       { content: "\f103"; }
.icon-phone::before         { content: "\f102"; }
.icon-star::before          { content: "\f101"; }
