/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 * Custom optimized build for Underwoods Fine Jewellers - Only used icons included
 */

/* Base FontAwesome styles */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}
.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}
.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}
.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}

/* Size classes */
.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}
.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}
.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}
.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}
.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}
.fa-fw{text-align:center;width:1.25em}

/* Animation classes */
.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}

@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

/* Only the icons actually used in the site */
.fa-angles-right:before{content:"\f101"}
.fa-arrow-left-long:before{content:"\f177"}
.fa-arrow-right-long:before{content:"\f178"}
.fa-arrow-up:before{content:"\f062"}
.fa-award:before{content:"\f559"}
.fa-baby:before{content:"\f77c"}
.fa-certificate:before{content:"\f0a3"}
.fa-check:before{content:"\f00c"}
.fa-chevron-down:before{content:"\f078"}
.fa-chevron-up:before{content:"\f077"}
.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}
.fa-clock:before{content:"\f017"}
.fa-coins:before{content:"\f51e"}
.fa-crown:before{content:"\f521"}
.fa-envelope:before{content:"\f0e0"}
.fa-facebook:before{content:"\f09a"}
.fa-gem:before{content:"\f3a5"}
.fa-gift:before{content:"\f06b"}
.fa-hammer:before{content:"\f6e3"}
.fa-handshake:before{content:"\f2b5"}
.fa-heart:before{content:"\f004"}
.fa-home:before,.fa-house:before{content:"\f015"}
.fa-image:before{content:"\f03e"}
.fa-instagram:before{content:"\f16d"}
.fa-lightbulb:before{content:"\f0eb"}
.fa-link:before{content:"\f0c1"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-palette:before{content:"\f53f"}
.fa-pencil-ruler:before{content:"\f5ae"}
.fa-phone:before{content:"\f095"}
.fa-recycle:before{content:"\f1b8"}
.fa-ring:before{content:"\f70b"}
.fa-scale-balanced:before{content:"\f24e"}
.fa-search:before{content:"\f002"}
.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}
.fa-spinner:before{content:"\f110"}
.fa-star:before{content:"\f005"}
.fa-times:before,.fa-xmark:before{content:"\f00d"}
.fa-tools:before{content:"\f7d9"}

/* Font files - ensure the actual FontAwesome fonts are loaded */
@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");
}

@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");
}