/*
Theme Name:  Love, Always
Theme URI:   https://lovealways.bond
Author:      Lamoureux Lane
Template:    lamoureux
Description: The smallest, quietest promise in the ecosystem. A place to write or record the most loving thoughts, held until the moment is right.
Version:     0.2.0
Requires PHP: 8.2
Text Domain: lovealways
*/

:root {
	--crown:       #FCFEFE;
	--glass:       #EDF5F4;
	--glass-deep:  #DCEDEA;
	--pane:        #C4DCD8;

	--ground:      #F3F9F8;
	--ink:         #2A4A45;
	--soft:        #587571;
	--rule:        #C4DCD8;
	
	--wax-shadow-deep: #340100;
	--wax-shadow:      #4b0402;
	--wax:             #790506;
	--wax-lit:         #80221c;
	--wax-highlight:   #955652;
	--wax-catch:       #d3a19f;

	--wax-light: radial-gradient( circle at 53% 42%,
		var(--wax-catch) 0%, var(--wax-highlight) 14%,
		var(--wax-lit) 34%, var(--wax) 56%,
		var(--wax-shadow) 82%, var(--wax-shadow-deep) 100% );

	
	--satin: linear-gradient(180deg, rgba(255,255,255,.26) 0%, rgba(255,255,255,0) 62%);

	
	--font-head:   Didot, "Bodoni 72", Baskerville, "Hoefler Text", Georgia, serif;
	--font-util:   Baskerville, "Hoefler Text", Georgia, "Times New Roman", serif;
	--font-small:  Baskerville, "Hoefler Text", Georgia, serif;
	--font-hand:   "Snell Roundhand", "Apple Chancery", Georgia, serif;

	
	
	--hand-1: "LA Flowing", cursive;
	--hand-2: "LA Casual", cursive;
	--hand-3: "LA Real", cursive;
	--hand-4: "LA Sweeping", cursive;
	--hand-5: "LA Trailing", cursive;

	
	--ink-wax:    #790506;   
	--ink-black:  #17191B;
	--ink-purple: #4A2A6B;
	--ink-pink:   #B03A72;
	--ink-sage:   #4A6B57;

	--measure:     33rem;

	
	--bloom:       none;
	--bloom-soft:  none;

	
	--lift:        none;

	
	--float-rise:    38px;
	--float-time:    1000ms;
	--float-ease:    cubic-bezier(.22, .61, .36, 1);
	--float-stagger: 150ms;

	--foot-ground: transparent;
	--foot-ink:    #587571;
	--skip-ground: #2A4A45;
	--skip-ink:    #FCFEFE;
}
