.wp-img {
    border-radius: 100%;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    margin-top: 0px;
}

@font-face {
    font-family: "Futura ND for Nike 365 Cn XBd";
    src: url("../fonts/futura/FuturaNDforNike365Cn-XBd.woff2") format("woff2"),
    url("../fonts/futura/FuturaNDforNike365Cn-XBd.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/helvetica/HelveticaNeueLTProBd/HelveticaNeueLTProBd.woff2") format("woff2"),
    url("../fonts/helvetica/HelveticaNeueLTProBd/HelveticaNeueLTProBd.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/helvetica/HelveticaNeueLTProRoman/font.woff2") format("woff2"),
    url("../fonts/helvetica/HelveticaNeueLTProRoman/font.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.w-full { width: 100% !important; }
