@font-face {
    font-family: Roboto;
    src: url("/fonts/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto-Regular.ttf")  format("truetype");
}
@font-face {
    font-family: AllisonScript;
    src: url("/fonts/AllisonScript-Regular.woff") format("woff"), url("/fonts/AllisonScript-Regular.ttf")  format("truetype");
}
@font-face {
    font-family: Gentium;
    src: url("/fonts/Gentium-Regular.woff") format("woff"), url("/fonts/Gentium-Regular.ttf")  format("truetype");
}

html {
    height: 100%;
    overflow-x: hidden;
}
body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.background-green {
    background: #6e7f71;
}
.background-hover-green:hover {
    background: #6e7f71;
}

.color-green {
    color: #6e7f71;
}

.background-light-green {
    background: #d3d8d5;
}

.color-light-green {
    color: #d3d8d5;
}

.font-roboto {
  font-family: Roboto;
}

.font-allison-script {
  font-family: AllisonScript;
}

.font-gentium {
  font-family: Gentium;
}