@font-face {
	  font-family: 'Roboto Condensed';
	  src: url('fonts/RobotoCondensed-VariableFont_wght.ttf');
	  font-weight: normal;
	  font-style: normal;
}
@font-face {
    font-family: 'Noto Mono';
    src: url('fonts/NotoMono-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #001600;
    color: #c0b060;
    font-family: 'Roboto Condensed';
    font-size: 18px;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    font-weight: 200;
}
input[type='text'] {
    height: 24px;
    width: 360px;
    font-size: 18px;
}
input[type='submit'] {
    height: 30px;
    width: 70px;
    font-size: 18px;
}
input[type='reset'] {
    height: 30px;
    width: 60px;
    font-size: 18px;
}
input[type='checkbox'] {
    height: 30px;
    width: 30px;
    font-size: 18px;
}
button {
    height: 30px;
    font-size: 18;
}
.titleText {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    color: #c0b060;
}
.detailText {
    font-family: 'Roboto Condensed';
    font-size: 16px;
    color: #b0a050;
}
