/* Race Assistant — custom styles */

body {
  background-color: #f8f9fa;
}

.navbar-brand {
  letter-spacing: 0.03em;
}

.font-monospace {
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Consolas, 'Liberation Mono', Menlo,
    monospace;
}

/* Training plan calendar */
.table td,
.table th {
  vertical-align: middle;
}

/* Streaming output box */
#output-box {
  font-size: 0.78rem;
  line-height: 1.4;
}
