@font-face {
    font-family: "WF Sans";
    src: url("/onlinetools/placeholder/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
}

@font-face {
    font-family: "WF Sans";
    src: url("/onlinetools/placeholder/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
    font-style: italic;
    font-weight: 300 800;
    font-display: swap;
}

@font-face {
    font-family: "WF Display";
    src: local("Inter SemiBold"),
         local("Segoe UI Semibold"),
         local("Arial Bold");
    font-style: normal;
    font-weight: 700;
    font-display: optional;
}

:root {
    --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-heading: "WF Display", "WF Sans", "Trebuchet MS", sans-serif;
}

body,
button,
input,
textarea,
select {
    font-family: var(--font-sans) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.hero-title-ultra,
.hero-title-premium,
.cta-title-premium,
.section-title,
.section-title-modern,
.card-title {
    font-family: var(--font-heading) !important;
    letter-spacing: 0.01em;
}
