/*@import "/lib/css/color/palette/jul.css";*/
@import "./open-card-layout.css";
@import "./x-card.css";

body {
  --width-card: 200px;
  --height-card: 300px;
  --color-background: rgb(241, 222, 11);
  --color-frame: white;
  --color-card: crimson;
  --color-font: rgb(25, 22, 22);
  --frame-width: 4px;
}
