/* Font Awesome - Debug: Loading from assets/fonts/ */
@font-face {
    font-family: "Font Awesome";
    src: url("fa-solid-900.woff2") format("woff2"),
         url("fa-solid-900.woff") format("woff"),
         url("fa-solid-900.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Font Awesome";
    src: url("fa-regular-400.woff2") format("woff2"),
         url("fa-regular-400.woff") format("woff"),
         url("fa-regular-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Font Awesome";
    src: url("fa-light-300.woff2") format("woff2"),
         url("fa-light-300.woff") format("woff"),
         url("fa-light-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Font Awesome";
    src: url("fa-duotone-900.woff2") format("woff2"),
         url("fa-duotone-900.woff") format("woff"),
         url("fa-duotone-900.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Font Awesome";
    src: url("fa-brands-400.woff2") format("woff2"),
         url("fa-brands-400.woff") format("woff"),
         url("fa-brands-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* SVN Poppins */
@font-face {
    font-family: "SVN-Poppins";
    src: url("SVN-PoppinsRegular.ttf");
    font-weight: 400;
    font-style: normal;
}

/* Font Awesome Classes */
.fas,
.fa-solid {
    font-family: "Font Awesome";
    font-weight: 900;
}

.far,
.fa-regular {
    font-family: "Font Awesome";
    font-weight: 400;
}

.fal,
.fa-light {
    font-family: "Font Awesome";
    font-weight: 300;
}

.fad,
.fa-duotone {
    font-family: "Font Awesome";
    font-weight: 900;
    font-style: italic;
}

.fab,
.fa-brands {
    font-family: "Font Awesome";
    font-weight: 400;
}

/* SVN Poppins Class */
.svn-poppins {
    font-family: "SVN-Poppins", sans-serif;
}