
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('https://harleypood.wordpresskodulehed.ee/wp-content/uploads/font-awesome/webfonts/fa-solid-900.woff2') format('woff2'),
         url('https://harleypood.wordpresskodulehed.ee/wp-content/uploads/font-awesome/webfonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('https://harleypood.wordpresskodulehed.ee/wp-content/uploads/font-awesome/webfonts/fa-regular-400.woff2') format('woff2'),
         url('https://harleypood.wordpresskodulehed.ee/wp-content/uploads/font-awesome/webfonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('https://harleypood.wordpresskodulehed.ee/wp-content/uploads/font-awesome/webfonts/fa-brands-400.woff2') format('woff2'),
         url('https://harleypood.wordpresskodulehed.ee/wp-content/uploads/font-awesome/webfonts/fa-brands-400.ttf') format('truetype');
}

/* Font Awesome icon test class */
.fa-test:before {
    content: "\f005";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: red;
    margin-right: 5px;
}

/* Swiper navigation buttons */
.swiper-button-prev:after {
    content: "\f053" !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    font-size: 1.5rem !important;
}

.swiper-button-next:after {
    content: "\f054" !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    font-size: 1.5rem !important;
}
