/*
 * variables.css
 * --------------
 * Toutes les couleurs / tailles partagées du thème.
 * Modifier une variable ici propage le changement partout.
 */

:root {
  --bg: #fff1a8;
  --card: #fffbe5;
  --cb: rgba(78, 22, 0, .13);
  --txt: #241005;
  --txt2: #755343;

  --red: #ed1c24;
  --green: #009640;
  --gold: #ffbd00;
  --blue: #006cff;
  --pink: #ff2e91;

  --shop-red: #e7131a;
  --shop-red-dark: #97070c;
  --shop-green: #008f3b;
  --shop-green-dark: #005824;
  --shop-cream: #fff4bc;
  --shop-gold: #ffc400;
  --shop-brown: #4c1809;
}
