/* Phosphor Icons (MIT), recortada a los iconos que usa 2Clinic. Regenerar si se añade uno nuevo. */
@font-face {
  font-family: "Phosphor";
  src: url("/ph/phosphor-2clinic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !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.ph-arrow-left:before { content: "\e058"; }
.ph.ph-arrow-right:before { content: "\e06c"; }
.ph.ph-arrows-clockwise:before { content: "\e094"; }
.ph.ph-baby:before { content: "\e774"; }
.ph.ph-bell-ringing:before { content: "\e5e8"; }
.ph.ph-brain:before { content: "\e74e"; }
.ph.ph-calendar-check:before { content: "\e712"; }
.ph.ph-calendar-dots:before { content: "\e7b4"; }
.ph.ph-carrot:before { content: "\ed38"; }
.ph.ph-chart-line-up:before { content: "\e156"; }
.ph.ph-chat-circle-text:before { content: "\e16e"; }
.ph.ph-chat-teardrop-text:before { content: "\e178"; }
.ph.ph-check-circle:before { content: "\e184"; }
.ph.ph-clipboard-text:before { content: "\e198"; }
.ph.ph-files:before { content: "\e710"; }
.ph.ph-first-aid:before { content: "\e56e"; }
.ph.ph-folder-notch-open:before { content: "\e256"; }
.ph.ph-footprints:before { content: "\ea88"; }
.ph.ph-globe-hemisphere-west:before { content: "\e28c"; }
.ph.ph-globe-simple:before { content: "\e28e"; }
.ph.ph-hand-heart:before { content: "\e810"; }
.ph.ph-headset:before { content: "\e584"; }
.ph.ph-heart:before { content: "\e2a8"; }
.ph.ph-list:before { content: "\e2f0"; }
.ph.ph-lock-key:before { content: "\e2fe"; }
.ph.ph-microphone:before { content: "\e326"; }
.ph.ph-notebook:before { content: "\e34e"; }
.ph.ph-path:before { content: "\e39c"; }
.ph.ph-person-simple-walk:before { content: "\e73a"; }
.ph.ph-plus:before { content: "\e3d4"; }
.ph.ph-receipt:before { content: "\e3ec"; }
.ph.ph-repeat:before { content: "\e3f6"; }
.ph.ph-scales:before { content: "\e750"; }
.ph.ph-signature:before { content: "\ebac"; }
.ph.ph-star:before { content: "\e46a"; }
.ph.ph-stethoscope:before { content: "\e7ea"; }
.ph.ph-tag:before { content: "\e478"; }
.ph.ph-ticket:before { content: "\e490"; }
.ph.ph-user-circle-check:before { content: "\ec38"; }
.ph.ph-users:before { content: "\e4d6"; }
.ph.ph-users-three:before { content: "\e68e"; }
.ph.ph-x:before { content: "\e4f6"; }
