/*
 *  Theme Name: Ropecon
 *  Theme URI: https://wp.ropecon.fi/
 *  Description:
 *  Author: Pasi Lallinaho
 *  Author URI: https://digitoucan.fi/
 *  Version: 2024-02
 *
 *  Text domain: ropecon
 *
 */

:root {
	--ropecon-color-one: #dc6994;
	--ropecon-color-two: #4ca680;
	--ropecon-color-three: #486c94;
	--ropecon-color-highlight-one: #e87d26;
	--ropecon-color-highlight-two: #92c9f5;
	--ropecon-color-gray: #343434;

	--ropecon-background: #f5f5f5;
	--ropecon-background-highlight: #fff;
	--ropecon-foreground: rgba( 51, 51, 51, 1 );

	--ropecon-link: #06c;
	--ropecon-link-hover: #0073e6;

	--ropecon-font-heading: Montserrat, Helvetica, Arial, sans-serif;
	--ropecon-font: Lora, Helvetica, Arial, sans-serif;

	--ropecon-menu-height: 65px;

	--wp--style--block-gap: 0;
}

/*
@media (prefers-color-scheme: dark) {
	:root {
		--ropecon-background: rgba( 51, 51, 51, 1 );
		--ropecon-background-highlight: #000;
		--ropecon-foreground: #f5f5f5;

		--ropecon-link: #4595e6;
	}

	.has-background {
		color: rgba( 51, 51, 51, 1 );
	}
}
*/
