/* font style */

@font-face {
    font-family: HelveticaNeueRegular;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/HelveticaNeue-Regular.woff2') format("woff2")
}

@font-face {
    font-family: HelveticaNeueMedium;
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/HelveticaNeue-Medium.woff2') format("woff2")
}

@font-face {
    font-family: HelveticaNeueBold;
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/HelveticaNeue-Bold.woff2') format("woff2")
}

@font-face {
    font-family: HelveticaNeueCondensed;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/HelveticaNeue-Condensed.woff2') format("woff2")
}

@font-face {
    font-family: HelveticaNeueCondensedMedium;
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/HelveticaNeue-Condensed-Medium.woff2') format("woff2")
}
