/* Font Awesome minimal subset for Click Clinic */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fontawesome/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fontawesome/fa-brands-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fontawesome/fa-regular-400.woff2') format('woff2');
}

.fas,
.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* Common icons from Footer */
.fa-chevron-right:before {
  content: "\f054";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-phone:before {
  content: "\f095";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* Blog specific icons */
.fa-arrow-left:before {
  content: "\f060";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-user:before {
  content: "\f007";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

/* Medical certificates page icons */
.fa-clock:before {
  content: "\f017";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-pills:before {
  content: "\f484";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

/* Telehealth specific icons */
.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-home:before {
  content: "\f015";
}

.fa-lock:before {
  content: "\f023";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

/* Thank you page specific icons */
.fa-headset:before {
  content: "\f590";
} 