@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-italic-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/outfit-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Phosphor";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/phosphor-regular.woff2") format("woff2");
}

.ph {
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-arrow-down::before { content: "\e03e"; }
.ph.ph-list::before { content: "\e2f0"; }
.ph.ph-arrow-right::before { content: "\e06c"; }
.ph.ph-arrow-up-right::before { content: "\e092"; }
.ph.ph-bank::before { content: "\e0b4"; }
.ph.ph-shield-check::before { content: "\e40c"; }
.ph.ph-chart-donut::before { content: "\eaa6"; }
.ph.ph-calendar-check::before { content: "\e712"; }
.ph.ph-tree-structure::before { content: "\e67c"; }
.ph.ph-path::before { content: "\e39c"; }
.ph.ph-sun-horizon::before { content: "\e5b6"; }
.ph.ph-blueprint::before { content: "\eda0"; }
.ph.ph-chart-line-up::before { content: "\e156"; }
.ph.ph-bridge::before { content: "\ea68"; }
.ph.ph-arrow-up::before { content: "\e08e"; }
