/* Custom variables for Font Sizes */

:root {
    --wp--preset--font-size--small: 0.85rem !important;
    --wp--preset--font-size--medium: 1rem !important;
    --wp--preset--font-size--large: clamp(1.25rem, 0.9295rem + 1.0256vw, 1.75rem) !important;
    --wp--preset--font-size--x-large: clamp(1.75rem, 1.4295rem + 1.0256vw, 2.25rem) !important;
    --wp--preset--font-size--xx-large: clamp(2.25rem, 1.9295rem + 1.0256vw, 2.75rem) !important;

    --wp--preset--gradient--custom-color-1: linear-gradient(62deg, #462a72 -20%, #986399 48%, #ad647f 87%, #e99689 136%) !important;

}

@media only screen and (min-width: 783px) {
    .space-60-shrink {
        --wp--preset--spacing--60: min(2.5rem, 3vw);
    }
}
