@font-face {
    font-family: "open-sans-light";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/open-sans/open-sans-light-300.woff2") format("woff2");
}

@font-face {
    font-family: "open-sans-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/open-sans/open-sans-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: "open-sans-medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/open-sans/open-sans-medium-500.woff2") format("woff2");
}

@font-face {
    font-family: "open-sans-semi-bold";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/open-sans/open-sans-semi-bold-600.woff2") format("woff2");
}

@font-face {
    font-family: "open-sans-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/open-sans/open-sans-bold-700.woff2") format("woff2");
}

@font-face {
    font-family: "open-sans-extra-bold";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/open-sans/open-sans-extra-bold-800.woff2") format("woff2");
}

@font-face {
    font-family: "poppins-thin";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/poppins/poppins-v22-latin-100.woff2") format("woff2");
}

@font-face {
    font-family: "poppins-extra-light";
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/poppins/poppins-v22-latin-200.woff2") format("woff2");
}

@font-face {
    font-family: "poppins-light";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/poppins/poppins-v22-latin-300.woff2") format("woff2");
}

@font-face {
    font-family: "poppins-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/poppins/poppins-v22-latin-regular.woff2") format("woff2");
}

@font-face {
    font-family: "poppins-medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/poppins/poppins-v22-latin-500.woff2") format("woff2");
}

@font-face {
    font-family: "poppins-semi-bold";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/poppins/poppins-v22-latin-600.woff2") format("woff2");
}

@font-face {
    font-family: "poppins-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/poppins/poppins-v22-latin-700.woff2") format("woff2");
}

@font-face {
    font-family: "poppins-extra-bold";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/poppins/poppins-v22-latin-800.woff2") format("woff2");
}

@font-face {
    font-family: "poppins-black";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url("../bw-font/poppins/poppins-v22-latin-900.woff2") format("woff2");
}

.bw-font-open-sans-light {
    font-family: "open-sans-light", sans-serif;
}

.bw-font-open-sans-regular {
    font-family: "open-sans-regular", sans-serif;
}

.bw-font-open-sans-medium {
    font-family: "open-sans-medium", sans-serif;
}

.bw-font-open-sans-semi-bold {
    font-family: "open-sans-semi-bold", sans-serif;
}

.bw-font-open-sans-bold {
    font-family: "open-sans-bold", sans-serif;
}

.bw-font-open-sans-extra-bold {
    font-family: "open-sans-extra-bold", sans-serif;
}

.bw-font-poppins-thin {
    font-family: "poppins-thin", sans-serif;
}

.bw-font-poppins-extra-light {
    font-family: "poppins-extra-light", sans-serif;
}

.bw-font-poppins-light {
    font-family: "poppins-light", sans-serif;
}

.bw-font-poppins-regular {
    font-family: "poppins-regular", sans-serif;
}

.bw-font-poppins-medium {
    font-family: "poppins-medium", sans-serif;
}

.bw-font-poppins-semi-bold {
    font-family: "poppins-semi-bold", sans-serif;
}

.bw-font-poppins-bold {
    font-family: "poppins-bold", sans-serif;
}

.bw-font-poppins-extra-bold {
    font-family: "poppins-extra-bold", sans-serif;
}

.bw-font-poppins-black {
    font-family: "poppins-black", sans-serif;
}

.bw-article-content {
    font-family: "open-sans-regular", sans-serif;
}

.bw-article-content h1,
.bw-article-content h2,
.bw-article-content h3,
.bw-article-content th {
    font-family: "poppins-bold", sans-serif;
}
