@font-face {
    font-family: "Mulish local";
    src: url('/wp-content/themes/kadence-child/child_assets/fonts/Mulish-wght300-800-subset.woff2') format('woff2-variations'),
    url('/wp-content/themes/kadence-child/child_assets/fonts/Mulish-wght300-800-subset.woff') format('woff-variations'),
    local(PlusJakartaSans);
    font-weight: 300 800; /* Match the weight in your PHP registration */
    font-style: normal; /* Match the style in your PHP registration */
    font-display: auto;
}
@font-face {
    font-family: "Oswald local";
    src: url('/wp-content/themes/kadence-child/child_assets/fonts/Oswald-wght300-800-subset.woff2') format('woff2-variations'),
    url('/wp-content/themes/kadence-child/child_assets/fonts/Oswald-wght300-800-subset.woff') format('woff-variations'),
    local(PlusJarkataSans Bold);
    font-weight: 300 800; /* Match the weight in your PHP registration */
    font-style: normal; /* Match the style in your PHP registration */
    font-display: auto;
}