/* Global font declarations used across frontend */
@font-face {
    font-family: "Plumb";
    src: url("../fonts/Plumb-Light/Plumb-Light.woff2") format("woff2"),
        url("../fonts/Plumb-Light/Plumb-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plumb";
    src: url("../fonts/Plumb-Regular/Plumb-Regular.woff2") format("woff2"),
        url("../fonts/Plumb-Regular/Plumb-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plumb";
    src: url("../fonts/Plumb-Medium/Plumb-Medium.woff2") format("woff2"),
        url("../fonts/Plumb-Medium/Plumb-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plumb";
    src: url("../fonts/Plumb-Bold/Plumb-Bold.woff2") format("woff2"),
        url("../fonts/Plumb-Bold/Plumb-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plumb";
    src: url("../fonts/Plumb-Black/Plumb-Black.woff2") format("woff2"),
        url("../fonts/Plumb-Black/Plumb-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PFIsotextPro";
    src: url("../fonts/PFIsotextPro-Regular/PFIsotextPro-Regular.woff2") format("woff2"),
        url("../fonts/PFIsotextPro-Regular/PFIsotextPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PFIsotextPro";
    src: url("../fonts/PFIsotextPro-Bold/PFIsotextPro-Bold.woff2") format("woff2"),
        url("../fonts/PFIsotextPro-Bold/PFIsotextPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: "PFIsotextPro", "Plumb", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-style: normal;
}

/* Force unified typography across legacy selectors in old stylesheets */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
li,
label,
small,
strong,
em,
button,
input,
select,
textarea {
    font-family: "PFIsotextPro", "Plumb", system-ui, -apple-system, "Segoe UI", sans-serif !important;
    font-style: normal;
}
