@font-face {
    font-family: "ProductSans";
    src: url("/static/fonts/sans.woff2");
}

body {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.clickable-row {
    cursor: pointer;
}

.md-code:not(pre) {
    padding: 5px;
    background: #2b303b;
    color: #cacaca;
}

.form-control[readonly] {
    color: #EBEBEB;
}

h1, h2, h3, h4, h5 {
    font-family: "ProductSans", sans-serif;
}

textarea.form-control, input.form-control[type='text'] {
    font-family: Consolas, sans-serif;
}

.btn {
    border-radius: 3px;
}

hr {
    border-color: white;
}
