﻿/* Font Awesome Safari / Azure Blob Fix */

/* --- SOLID (900) --- */
@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("https://qandarccdn.blob.core.windows.net/quantim/fonts/fa-solid-900.woff2") format("woff2"), url("https://qandarccdn.blob.core.windows.net/quantim/fonts/fa-solid-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

/* --- REGULAR (400) --- */
@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("https://qandarccdn.blob.core.windows.net/quantim/fonts/fa-regular-400.woff2") format("woff2"), url("https://qandarccdn.blob.core.windows.net/quantim/fonts/fa-regular-400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

/* --- BRANDS (400) --- */
@font-face {
    font-family: "Font Awesome 6 Brands";
    src: url("https://qandarccdn.blob.core.windows.net/quantim/fonts/fa-brands-400.woff2") format("woff2"), url("https://qandarccdn.blob.core.windows.net/quantim/fonts/fa-brands-400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

/* --- FONT ASSIGNMENTS --- */
.fas, .fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.far, .fa-regular {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.fab, .fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* --- SAFARI FALLBACK --- */
[class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-style: normal;
}
