@font-face {
  font-family: "Phosphor";
  src: url("./fonts/Phosphor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Phosphor-Fill";
  src: url("./fonts/Phosphor-Fill.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Phosphor-Bold";
  src:
    url("./fonts/Phosphor-Bold.woff2") format("woff2"),
    url("./Phosphor-Bold.woff") format("woff"),
    url("./Phosphor-Bold.ttf") format("truetype"),
    url("./Phosphor-Bold.svg#Phosphor-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-display: swap;
  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-fill {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-display: swap;
  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.ph-atom:before {
  content: "\e5e4";
}
.ph-fill.ph-atom:before {
  content: "\e5e4";
}
.ph-bold.ph-atom:before {
  content: "\e5e4";
}
.ph.ph-envelope:before {
  content: "\e214";
}
.ph-fill.ph-envelope:before {
  content: "\e214";
}
.ph-bold.ph-envelope:before {
  content: "\e214";
}
.ph.ph-facebook-logo:before {
  content: "\e226";
}
.ph-fill.ph-facebook-logo:before {
  content: "\e226";
}
.ph-bold.ph-facebook-logo:before {
  content: "\e226";
}
.ph.ph-globe:before {
  content: "\e288";
}
.ph-fill.ph-globe:before {
  content: "\e288";
}
.ph-bold.ph-globe:before {
  content: "\e288";
}
.ph.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-fill.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-bold.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph.ph-map-pin:before {
  content: "\e316";
}
.ph-fill.ph-map-pin:before {
  content: "\e316";
}
.ph-bold.ph-map-pin:before {
  content: "\e316";
}
.ph.ph-phone:before {
  content: "\e3b8";
}
.ph-fill.ph-phone:before {
  content: "\e3b8";
}
.ph-bold.ph-phone:before {
  content: "\e3b8";
}
.ph.ph-shield-check:before {
  content: "\e40c";
}
.ph-fill.ph-shield-check:before {
  content: "\e40c";
}
.ph-bold.ph-shield-check:before {
  content: "\e40c";
}
