







:root {
    --p-font-size: clamp(0.9rem, calc(0.9rem + ((1vw - 0.225rem) * 0.19)), 1rem) !important;
}

h1, h2, h3, h4, h5, h6, .title {
    font-weight: var(--title-font-weight);
    font-family: 'Spinnaker', sans-serif;
    color: #283c3b;
}