/* src/styles.css */
@font-face {
  font-family: "Pixelcastle";
  src: url("./media/Pixelcastle-Regular-SRV2OP2J.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alagard";
  src: url("./media/Alagard-UUQ7ZRAA.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  background-image: url("./media/forest-card-IVLDFDD3.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100svh;
  font-family: Alagard, sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.center-parent {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: space-around;
  align-items: center;
}
.surface {
  background: rgba(189, 153, 88, 1);
  border: 4px solid rgb(170, 101, 26);
  border-radius: 4px;
}

/* angular:styles/global:styles */
