@import "~bootstrap/less/bootstrap";
@import "variables";
@import "icons";
@import "application";
@import "common";
@import "chat";
@import "deckbuilder";
@import "gamelist";
@import "gameboard";
@import "cards";

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  padding-top: 75px;
  background-color: @background-color;
  color: @foreground-color
}

h1 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}
