@font-face {
    font-family: "custom-fa";
    src: url("fonts/custom-fa.woff2") format("woff2"),
    url("fonts/custom-fa.ttf") format("truetype"),
    url("fonts/custom-fa.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-palette-values --fa-0 {
    font-family: "custom-fa";
    base-palette: 0
}
.fa, [class^="fa-"], [class*=" fa-"] {
    /* Use !important to prevent extensions from overriding this font.
    font-family: "custom-fa" !important; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-0 {
    font-palette: --fa-0;
    color: currentColor;
}
.fa-laser-tube-angle:before {
    content: "\f000";
}
.fa-laser-sheet:before {
    content: "\f001";
}
.fa-laser-tube:before {
    content: "\f002";
}
.fa-operator:before {
    content: "\f003";
}
.fa-milling:before {
    content: "\f004";
}
.fa-bending:before {
    content: "\f005";
}
.fa-drill:before {
    content: "\f006";
}