@font-face {
    font-family: "Acumin Pro";
    src: url("/fonts/AcuminPro-Light.woff2") format("woff2"), url("/fonts/AcuminPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Acumin Pro";
    src: url("/fonts/AcuminPro-Regular.woff2") format("woff2"), url("/fonts/AcuminPro-Regular.woff") format("woff");
}

@font-face {
    font-family: "Acumin Pro";
    src: url("/fonts/AcuminPro-Bold.woff2") format("woff2"), url("/fonts/AcuminPro-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Acumin Pro";
    src: url("/fonts/AcuminPro-Black.woff2") format("woff2"), url("/fonts/AcuminPro-Black.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "icons";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/icons.eot");
    src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
}
