/*!
Theme Name: Voluto
Theme URI: https://elfwp.com/themes/voluto
Author: elfwp
Author URI: https://elfwp.com
Description: Highly customizable magazine theme. Voluto is a blog and magazine WordPress theme, perfect for begginers as well as seasoned webmasters. Voluto works great on any kind of device, features an extensive set of Customizer options and comes with easy to import demos.
Version: 1.0.2
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: voluto
Tags: custom-menu, custom-logo, blog, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Voluto is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--post-elements-spacing: 12px;

	--color-accent: #3861fc;
	--color-accent-dark:#1b3cb4;
	--color-secondary: #3ca273;
	--color-borders: #e4e6ea;
	--color-light-background: #eef0f5;
	--color-gray: #97a5b1;
	--color-dark-bg: #181a24;
	--color-white: #ffffff;
	--color-white-text: #ffffff;
	--color-headings: #000;
	--color-text: #404040;

	--font-size-sm: 0.8125rem;
	--font-size-md: 1rem;
	--font-size-lg: 1.25rem;
	--font-size-xl: 1.5rem;
	--font-size-2xl: 2rem;
	--font-size-3xl: 2.375rem;
	--font-size-4xl: 3rem; /* h1 */

	--body-line-height: 1.76;
	--headings-line-height: 1.3;
	--headings-small-line-height: 1.15;
}