/*@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: white;
  --color-frame: crimson;
  --color-card: white;
  --color-font: crimson;
  --frame-width: 15px;
}
