@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
    font-family: "Hightower";
    src: url("./fonts/Hightower Text Roman.eot");
    src: url("./fonts/Hightower Text Roman.woff") format("woff"),
         url("./fonts/Hightower Text Roman.ttf") format("truetype");
}

body {
    background-color: #25150B;
    margin: 0;
}

div.wood-grain {
    color: #F2ECE2;
    background: url("/static/img/graphics/texture2.svg");
    background-size: contain;
    background-repeat: repeat;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
}

app-header {
  width: 100%;
}