@font-face {
    font-family: "Legend";
    src: url("../fonts/Legend.ttf") format("truetype");
}

#app {
    font-family: Viner Hand Itc, Helvetica, Arial, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
}

body {
    background-color: #fcf6d5;
    overflow-x: hidden;
}

h1 {
    font-family: "Legend", Helvetica, Arial, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

a:visited {
    color: inherit;
}

.btn-black {
    background-color: #171717;
    color: #ffffff;
}

.btn-black:hover {
    background-color: #474747;
    color: #ffffff;
    border: 1px solid #ffffff;
}