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

body {
  --width-card: 300px;
  --height-card: 400px;
  --color-background: rgb(255, 0, 0);
  --color-frame: rgb(1, 11, 25);
  --color-card: rgb(247, 4, 4);
  --color-font: white;
  --frame-width: 15px;
}
