/*!
Theme Name: Elsie
Theme URI: https://elfwp.com/themes/elsie
Author: elfwp
Author URI: https://elfwp.com
Description: Highly customizable blog theme. Elsie is an elegant theme for your WordPress blog, great for helping you tell your stories. Elsie works great on any kind of device, features an extensive set of Customizer options and comes with easy to import demos.
Version: 1.0.8
Tested up to: 5.9
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: elsie
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.

Elsie 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: #950b0b;
	--color-accent-dark:#950b0b;
	--color-secondary: #3ca273;
	--color-borders: #e4e6ea;
	--color-light-background: #F4F2F1;
	--color-gray: #97a5b1;
	--color-dark-bg: #000;
	--color-white: #ffffff;
	--color-white-text: #ffffff;
	--color-headings: #000;
	--color-text: #000;

	--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 */
	--font-size-5xl: 4rem;

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