/* source sans */
@font-face {
  font-family: "Source Sans";
  src: url("source-sans/SourceSans3-Regular.otf.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Semibold";
  src: url("source-sans/SourceSans3-Semibold.otf.woff") format("woff");
}

/* source serif */
@font-face {
  font-family: "Source Serif";
  src: url("source-serif/SourceSerif4-Regular.otf.woff") format("woff");
}
@font-face {
  font-family: "Source Serif Semibold";
  src: url("source-serif/SourceSerif4-Semibold.otf.woff") format("woff");
}

:root {
  --md-text-font: "Source Sans";
}

.md-typeset h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Semibold";
}

.md-typeset p,
li {
  font-size: 1.15em;
}

.center {
  text-align: center;
}

.headline {
  font-family: "Source Sans Semibold";
  font-size: 1.5em;
}

.muted {
  color: #747474;
}

.twitter {
  color: #1da1f2;
}

[data-md-color-scheme="slate"] {
  --md-hue: 210;
}
