/* ubuntu-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-condensed-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-condensed-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/ubuntu-condensed-v17-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* ubuntu-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-condensed-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ubuntu-condensed-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-condensed-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/ubuntu-condensed-v17-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/ubuntu-condensed-v17-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/ubuntu-condensed-v17-latin-regular.svg#UbuntuCondensed') format('svg'); /* Legacy iOS */
}

/* Font size settings */
html {
  font-size: 100%;
  overflow-y: scroll;
}

/* Body styling */
body {
  color: #444;
  font-family: 'Ubuntu Condensed', Times, 'Times New Roman', serif;
  line-height: 1.5;
  padding: 1em;
  margin: 0 auto;
  max-width: 21.4em;
  background: #fefefe;
  word-wrap: break-word;
  font-size: 1.3rem;
}

/* Header styling */
h1, h2, h3 {
  margin-bottom: 0.5em;
}

/* Paragraph styling */
p {
  margin-top: 0;
}

/* Table styling */
table {
  margin-bottom: 2em;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #ddd;
  vertical-align: top;
}

table th {
  background-color: #eee;
}

/* Media queries */
@media only screen and (max-width: 800px) {
  body {
    font-size: 15px;
    max-width: 90%;
    padding: 0 1em;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    max-width: 95%;
  }
}

/* Print styling */
@media print {
  * {
    background: transparent !important;
    color: black !important;
  }

  body {
    font-size: 12pt;
    max-width: 100%;
    padding: 0;
  }

  a, a:visited {
    text-decoration: underline;
  }
}

/* Link styling */
a, a:visited {
  text-decoration: none;
  color: #007BFF;
}

a:hover {
  text-decoration: underline;
}
