/*
Theme Name: Equestris
Author: Elise Roth
Description: Für den Launch von Equestris vorgesehenes Theme
Version: 2024.1
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.3
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: equestris
*/

:root {
    --wp--preset--color--cyan-bluish-gray: <new_value>;
    --wp--preset--color--pale-pink: <new_value>;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: <new_value>;
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: <new_value>;
    --wp--preset--font-size--small: <new_value>;
    --wp--preset--font-size--large: <new_value>;
}

.has-strong-magenta-color {
    color: #a156b4;
}

.has-strong-magenta-background-color {
    background-color: #a156b4;
}

.has-strong-magenta-border-color {
    border-color: #a156b4;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(
        135deg,
        rgba( 6, 147, 227, 1 ) 0%,
        rgb( 155, 81, 224 ) 100%
    );
}

.has-regular-font-size {
    font-size: 16px;
}
