/* //////////////////////////////////////////////// */
/* Brand Colors */

:root {
  --grey: #d9d9d9;
  --creme: #f2efe8;
  --black: #000;
  --white: #fff;
}

/* //////////////////////////////////////////////// */
/* Shadows */

:root {
  --shadow-light: rgba(0, 0, 0, 0.2);
  --shadow-dark: rgba(0, 0, 0, 0.4);
}

/* //////////////////////////////////////////////// */
/* Overlays */

:root {
  --overlay-soft: rgba(255, 255, 255, 0.4);
  --overlay-heavy: rgba(255, 255, 255, 0.6);
}

/* //////////////////////////////////////////////// */
/* Transparent */

:root {
  --transparent: rgba(0, 0, 0, 0);
}
