/*
--------------------------------------------------
Root Variables
LoveLatina
--------------------------------------------------
*/

:root,
.editor-styles-wrapper {

	/* -------------------------------------------------
	 * Core Colors
	 * ------------------------------------------------- */

	--primary-dark: #65011F;        /* Night Bordeaux */
	--primary-light: #FFFDF8;       /* Porcelain */

	--secondary-dark: #78030D;      /* Dark Wine */
	--secondary-light: #FFD6F5;     /* Petal Frost */

	--tertiary-dark: #270204;       /* Rich Mahogany / Footer */

	--accent: #B40439;              /* Carmine */
	--accent-hover: #A10232;        /* Ruby Red */

	--link-color: #B40439;          /* Carmine */
	--link-hover: #A10232;          /* Ruby Red */

	--link-dark-color: #FFFDF8;     /* Porcelain */
	--link-dark-hover: #FFD6F5;     /* Petal Frost */

	--body-text: #333333;           /* Charcoal */
	--heading-color: #65011F;       /* Night Bordeaux */

	/* -------------------------------------------------
	 * Neutral / Utility Colors
	 * ------------------------------------------------- */

	--slate-grey: #6B7280;          /* Slate Grey */
	--mist-grey: #E8E5DF;           /* Mist Grey */

	/* -------------------------------------------------
	 * Form UI Feedback
	 * ------------------------------------------------- */

	--tea-green: #D6E9C6;           /* Tea Green */
	--celadon: #B4D798;             /* Celadon */
	--sea-green: #468847;           /* Sea Green */
	--soft-blush: #FBE0DA;          /* Soft Blush */

	/* -------------------------------------------------
	 * Social Brand Colors
	 * ------------------------------------------------- */

	--facebook: #1877F2;
	--instagram: #E4405F;
	--youtube: #FF0000;
	--tiktok: #000000;

	/* -------------------------------------------------
	 * Typography
	 * ------------------------------------------------- */

	--font-heading: "Libre Baskerville", serif;
	--font-body: "Source Sans 3", sans-serif;
	--font-script: "Dancing Script", cursive;

	--body-size: 1rem;
	--body-line-height: 1.7;

	--h1-size: 3rem;
	--h2-size: 2.5rem;
	--h3-size: 2rem;
	--h4-size: 1.4rem;
	--h5-size: 1.15rem;
	--h6-size: 1rem;

	--heading-weight: 600;
	--heading-line-height: 1.2;

	/* -------------------------------------------------
	 * Spacing
	 * ------------------------------------------------- */

	--section-space: 6rem;
	--block-space: 2rem;
	--element-space: .75rem;

	/* -------------------------------------------------
	 * Motion
	 * ------------------------------------------------- */

	--transition-fast: .2s ease;
	--transition-standard: .3s ease;
}

/* -------------------------------------------------
 * End of File
 * ------------------------------------------------- */