/*
Theme Name: GeneratePress SMIB
Theme URI: https://brazza-smib.com
Description: Child theme for GeneratePress, customized for the Semi Marathon International de Brazzaville (SMIB).
Author: SMIB Team
Author URI: https://brazza-smib.com
Template: generatepress
Version: 0.3.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smib
Domain Path: /languages
Tags: child-theme, marathon, multilingual
*/

:root {
    --smib-green: #009543;
    --smib-yellow: #FBDE4A;
    --smib-red: #DC241F;
    --smib-white: #FFFFFF;
    --smib-black: #000000;
}

a {
    color: var(--smib-green);
}

a:hover,
a:focus {
    color: var(--smib-red);
}

.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
    background-color: var(--smib-green);
    color: var(--smib-white);
    border: 0;
}

.button:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    background-color: var(--smib-red);
    color: var(--smib-white);
}

.smib-accent {
    color: var(--smib-yellow);
}
