@charset "UTF-8";

@font-face{
    font-family:Industry;
    src:url(../../dist/font/industry/300/Industry-Light.otf) format("opentype");
    font-weight:300;
    font-display:swap;
}

@font-face{
    font-family:Industry;
    src:url(../../dist/font/industry/350/Industry-Book.otf) format("opentype");
    font-weight:350;
    font-display:swap;
}

@font-face{
    font-family:Industry;
    src:url(../../dist/font/industry/500/Industry-Medium.otf) format("opentype");
    font-weight:500;
    font-display:swap;
}

@font-face{
    font-family:Industry;
    src:url(../../dist/font/industry/600/Industry-Demi.otf) format("opentype");
    font-weight:600;
    font-display:swap;
}

@font-face{
    font-family:Industry;
    src:url(../../dist/font/industry/700/Industry-Bold.otf) format("opentype");
    font-weight:700;
    font-display:swap;
}

@font-face{
    font-family:Equinox;
    src:url(../../dist/font/equinox/400/Equinox-Regular.otf) format("opentype");
    font-weight:400;
    font-display:swap;
}

@font-face{
    font-family:Equinox;
    src:url(../../dist/font/equinox/700/Equinox-Bold.otf) format("opentype");
    font-weight:700;
    font-display:swap;
}