/*!
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: 'Noto Sans', sans-serif;
    }

.btn {
    border-radius: 0;
}

.btn-lg {
    padding: 15px 30px;
    font-weight: bold;
}

.btn-default, .btn-default:hover, .btn-default:focus {
    background-color: transparent;
    border: 1px solid #000;
}

h1 {
  font-weight: 700; font-size: 40px
}
