/*!
 * Font Awesome Free 6.0.0 (Minimal - Self-Hosted)
 * Only includes icons used in sylwiaroz.dance
 * License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/* Font Face Declarations */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/webfonts/fa-brands-400.woff2") format("woff2");
}

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

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

/* Solid Icons */
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Brand Icons */
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icon Definitions - Only used icons */
.fa-check-circle:before {
  content: "\f058";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-times:before {
  content: "\f00d";
}

.fa-youtube:before {
  content: "\f167";
}
