/* User Provided Stylesheet */

:root {
  /*--sd-color-primary: #f37726;*/
}

/* Vertically centre grid items so the hero tagline and logo
   sit on the same visual baseline, not top-aligned. */
.myst-grid {
    align-items: center;
}

.danger {
    color: red;
    font-weight: bold;
}

.warning {
    color: orange;
    font-weight: bold;
}
