@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:light,bold,lightitalic');
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:thin,extra-light,light,regular,bold');

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #e69138;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote p {
  display: inline;
  font-style: normal !important;
}

b, strong, blockquote {
     color: #e69138;
     }

p,ul,ol {
    font-size: 1.05em;
    line-height: 1.6;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 200;
}

h1 {
  color: #1f9ac9;

  border-bottom-color: #1f9ac9;
  border-bottom-style: solid;

  font-size: 3em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

h2 {
  color: #1f9ac9;
  border-bottom-color: #1f9ac9;
  border-bottom-style: solid;
  font-weight: bold;
  font-size: 2em;
}

h3 {
  text-transform: uppercase;
}

/* unvisited link */
a:link {
  color: #1f9ac9;
}

/* visited link */
a:visited {
  color: #1f9ac9;
}

/* mouse over link */
a:hover {
  color: #1f9ac9;
}

/* selected link */
a:active {
  color: #1f9ac9;
}

.plot-padding, figure {
  padding: 2em 0 2em 0;
}

/* Fix for Quarto hiding references in book HTML */
#refs {
  display: block !important;
}
