/* Last Updated: 08.07.2025 at 10:18 (CEST) */
@font-face {
    font-family: 'Font Awesome 6 Free Swap';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-regular-400.woff2') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-regular-400.woff') format('woff');
}
@font-face {
    font-family: 'Font Awesome 6 Free Swap';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-solid-900.woff2') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-solid-900.woff') format('woff');
}
@font-face {
    font-family: 'Font Awesome 6 Brands Swap';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff2') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff') format('woff');
}

.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free Swap';
    font-weight: 900;
}
.far, .fa-regular {
    font-family: 'Font Awesome 6 Free Swap';
    font-weight: 400;
}
.fab, .fa-brands {
    font-family: 'Font Awesome 6 Brands Swap';
    font-weight: 400;
}
