/* Phosphor bold — subsetterad till 21 använda ikoner (Task E1). */

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

.ph-bold {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Bold" !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-bold.ph-arrow-counter-clockwise:before {
  content: "\e038";
}

.ph-bold.ph-arrow-right:before {
  content: "\e06c";
}

.ph-bold.ph-caret-right:before {
  content: "\e13a";
}

.ph-bold.ph-certificate:before {
  content: "\e766";
}

.ph-bold.ph-check:before {
  content: "\e182";
}

.ph-bold.ph-check-circle:before {
  content: "\e184";
}

.ph-bold.ph-chats-circle:before {
  content: "\e17e";
}

.ph-bold.ph-clock:before {
  content: "\e19a";
}

.ph-bold.ph-compass:before {
  content: "\e1c8";
}

.ph-bold.ph-envelope:before {
  content: "\e214";
}

.ph-bold.ph-eye:before {
  content: "\e220";
}

.ph-bold.ph-fingerprint:before {
  content: "\e23e";
}

.ph-bold.ph-globe-hemisphere-west:before {
  content: "\e28c";
}

.ph-bold.ph-lightning:before {
  content: "\e2de";
}

.ph-bold.ph-lock-simple:before {
  content: "\e308";
}

.ph-bold.ph-map-pin:before {
  content: "\e316";
}

.ph-bold.ph-rocket-launch:before {
  content: "\e3fe";
}

.ph-bold.ph-shield-check:before {
  content: "\e40c";
}

.ph-bold.ph-sparkle:before {
  content: "\e6a2";
}

.ph-bold.ph-squares-four:before {
  content: "\e464";
}

.ph-bold.ph-tag:before {
  content: "\e478";
}

