/*!
Theme Name: SpicaBlog Child Theme
Template: spicablog
Theme URI: https://blog.spicanet.net/
Author: Spicanet
Author URI: https://spicanet.net
Description: Child theme for SpicaBlog.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spicablog
*/

/* Variables */
:root {
	--primary-color: #000000;
	--secondary-color: #fefa17;
	--navbar-color: #000000;
	--navbar-link-color: #ffffff;
	--navbar-link-hover-color: #fefa17;
	--hero-background-color: #000000;
	--hero-text-color: #ffffff;
	--background-color: #ffffff;
	--text-color: #000000;
	--link-color: #000000;
	--link-hover-color: #fefa17;
	--button-color: #000000;
	--button-text-color: #ffffff;
	--button-hover-color: #fefa17;
	--button-hover-text-color: #000000;
	--button-secondary-color: #fefa17;
	--button-secondary-text-color: #000000;
	--button-secondary-hover-color: #ffffff;
	--button-secondary-hover-text-color: #000000;
	--border-color: #000000;
	--border-radius: 32px;
	--box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	--font-family: "Roboto", sans-serif;
	--font-size: 1rem;
	--line-height: 1.75;
}