@font-face {
    font-family: "LineAwesomeFree";
    src: url("la-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-display: swap; /* Prevents icons from being invisible while loading */
}

@font-face {
    font-family: "LineAwesomeBrands";
    src: url("la-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

.las, .lab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased; /* Makes them look crisp */
}

/* 3. The specific "Mapping" for your two icons */
.la-atom:before { 
    font-family: "LineAwesomeFree";
    content: "\f5d2"; 
}

.la-linkedin-in:before { 
    font-family: "LineAwesomeBrands";
    content: "\f0e1"; 
}