/** Shopify CDN: Minification failed

Line 8:19 Expected identifier but found whitespace
Line 8:27 Unexpected ";"

**/
 /* CSS HEX */
--alizarin-crimson: #da1b1f;
--red: #ff0000;
--bright-turquoise: #06c4f9;
--pastel-green: #69d74f;
--blue-zodiac: #162654;
--lightning-yellow: #fcbf1d;
--white-lilac: #eae9f8;
--deep-blush: #ea788c;
--laser: #d1ba6f;

/* SCSS HEX */
$alizarin-crimson: #da1b1f;
$red: #ff0000;
$bright-turquoise: #06c4f9;
$pastel-green: #69d74f;
$blue-zodiac: #162654;
$lightning-yellow: #fcbf1d;
$white-lilac: #eae9f8;
$deep-blush: #ea788c;
$laser: #d1ba6f;

/* SCSS RGB */
$alizarin-crimson: rgba(218,27,31,1);
$red: rgba(255,0,0,1);
$bright-turquoise: rgba(6,196,249,1);
$pastel-green: rgba(105,215,79,1);
$blue-zodiac: rgba(22,38,84,1);
$lightning-yellow: rgba(252,191,29,1);
$white-lilac: rgba(234,233,248,1);
$deep-blush: rgba(234,120,140,1);
$laser: rgba(209,186,111,1);



$gold: #F7A600;
$lite-yellow: #FECA26;
--green: #69D84F;
--blue-logo: #18295A;
--logo-red: #FF0000;
--logo-white: #F2F2F2;
--logo-dark-blue: #051639;
-logo-pink: #ea788c;
 

