:root {
    --pp-green: #134c43;
    --pp-light-green: #e6efea;
    --pp-orange: #f26322;
    --pp-cream: #fbf7f2;
    --pp-text: #222222;
    --pp-grey: #222222;
}

html {
    overscroll-behavior-y: contain;
}

body {
    background-color: var(--pp-cream);
    color: var(--pp-text);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
}

h1,
h1.fw-bold,
.h1 {
    font-weight: 700 !important;
}

h2,
h2.fw-bold,
.h2,
h3,
h3.fw-bold,
.h3 {
    font-weight: 600 !important;
}

button,
.btn,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    font-family: inherit;
    font-weight: 600;
}
