/* Color Variables */

:root {
 --black: #333;
 --red: #FE2851;
 --grey: #888;
 --greyed-out: #AAA;
 --white: #FFF;
}
