@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
    font-family: "Proxima Nova Rg";
    src:
        url("https://cdn.shopify.com/s/files/1/0295/3274/9957/files/ProximaNova-Regular.woff2?v=1750084325") format("woff2"),
        url("https://cdn.shopify.com/s/files/1/0295/3274/9957/files/ProximaNova-Regular.woff?v=1750084325") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Rg";
    src:
        url("https://cdn.shopify.com/s/files/1/0295/3274/9957/files/ProximaNova-Bold.woff2?v=1750084325") format("woff2"),
        url("https://cdn.shopify.com/s/files/1/0295/3274/9957/files/ProximaNova-Bold.woff?v=1750084325") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Lt";
    src:
        url("https://cdn.shopify.com/s/files/1/0295/3274/9957/files/ProximaNova-Semibold.woff2?v=1750084325") format("woff2"),
        url("https://cdn.shopify.com/s/files/1/0295/3274/9957/files/ProximaNova-Semibold.woff?v=1750084326") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}