@font-face {
  font-family: 'Clash Display';
  src: url('/assets/fonts/clashdisplay-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('/assets/fonts/clashdisplay-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('/assets/fonts/clashdisplay-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/satoshi-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/satoshi-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/satoshi-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/satoshi-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Phosphor Light - self-hosted, subset to the 26 icons this site uses.
   Original: unpkg.com/@phosphor-icons/web@2.1.1 (MIT). Subset with fonttools. */
@font-face {
  font-family: "Phosphor-Light";
  src: url("/assets/fonts/phosphor-light-subset.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph-light {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Light" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-address-book:before {
  content: "\e6f8";
}
.ph-arrow-down:before {
  content: "\e03e";
}
.ph-arrow-right:before {
  content: "\e06c";
}
.ph-bed:before {
  content: "\e0cc";
}
.ph-boat:before {
  content: "\e786";
}
.ph-calendar-blank:before {
  content: "\e10a";
}
.ph-car:before {
  content: "\e112";
}
.ph-coffee:before {
  content: "\e1c2";
}
.ph-compass:before {
  content: "\e1c8";
}
.ph-envelope-simple:before {
  content: "\e218";
}
.ph-motorcycle:before {
  content: "\e80a";
}
.ph-notebook:before {
  content: "\e34e";
}
.ph-path:before {
  content: "\e39c";
}
.ph-receipt:before {
  content: "\e3ec";
}
.ph-seal:before {
  content: "\e604";
}
.ph-suitcase:before {
  content: "\e5ae";
}
.ph-users:before {
  content: "\e4d6";
}
.ph-van:before {
  content: "\e826";
}
.ph-mountains:before {
  content: "\e7ae";
}
.ph-map-pin:before {
  content: "\e316";
}
.ph-currency-gbp:before {
  content: "\e556";
}
.ph-snowflake:before {
  content: "\e5aa";
}
.ph-flag-checkered:before {
  content: "\ea38";
}
.ph-scales:before {
  content: "\e750";
}
.ph-clock:before {
  content: "\e19a";
}
.ph-road-horizon:before {
  content: "\e838";
}
