/* -- Font Definitions -------------------------------- */
@font-face {
  /* Bundled here, copied from the Fedora package:
   *     adobe-source-sans-pro-fonts-1.050-5.fc23.noarch */
  font-family: source-sans-pro;
  src: url(/fonts/SourceSansPro-Regular.otf);
}
@font-face {
  /* Bundled here, copied from the Fedora package:
   *     adobe-source-sans-pro-fonts-1.050-5.fc23.noarch */
  font-family: source-sans-pro-bold;
  src: url(/fonts/SourceSansPro-Bold.otf);
}

/* Global page settings ------------------------------- */
@page {
  size: auto;
  margin: 8mm 20mm;
}

/* -- Don't show the... ------------------------------- */
.web-only {
  display: none;
}

/* -- Text styling ------------------------------------ */
body {
  color: #373737;
  font-family: source-sans-pro;
  font-size: 11px;
}

h2 {
  font-family: source-sans-pro-bold;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 2em;
}

h3 {
  font-family: source-sans-pro-bold;
  font-size: 13px;
  margin: 0.6em 0 0.5em 0;
}

h4 {
  font-family: source-sans-pro-bold;
  font-size: 12px;
  margin: 0.7em 0 0.5em 0.8em;
}

p, ul {
  margin: 0 0 0.4em 0.8em;
}

/* -- No links on paper ------------------------------- */
a, a:active, a:focus, a:visited {
  /* same as body */
  color: #373737;
  font-family: source-sans-pro;
  font-style: italic;
  text-decoration: none;
}
a:after {
  content: " (" attr(href) ") ";
  font-family: source-sans-pro;
  font-style: normal;
}

/* -- Page breaks ------------------------------------- */
.page-break {
  page-break-after: always;
}
