@charset "UTF-8";

/* Created with CSS HTML Validator (htmlvalidator.com) */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback; 
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Menlo';
    src: url('../fonts/Menlo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback; 
}
 
@font-face {
    font-family: 'Menlo';
    src: url('../fonts/Menlo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

/* 1. Hide non-essential layout elements */
nav,
footer,
aside,
sidebar,
.skip,
.no-print,
.social-share,
.ads {
  display: none !important;
}

/* 2. Reset page structure for paper boundaries */
body {
  background: white !important;
  color: black !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12pt;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

main,
article {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

h1,
h2 {
  text-align: center;
}

a {
  color: #000;
}

/* 3. Append destination URLs next to anchor links */
a::after {
  content: " ("attr(href) ")";
  font-size: 10pt;
  color: #555;
}

/* Do not print internal fragment identifiers or javascript links */
a[href^="#"]::after,
a[href^="javascript:"]::after {
  content: "";
}

/* 4. Manage page-breaking mechanics */
h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
}

img,
table,
blockquote,
tr {
  page-break-inside: avoid;
}

.outlinedtable table {
  border-collapse: collapse;
  width: 100%;
}

.outlinedtable th,
.outlinedtable td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.outlinedtable th {
  background: #f0f0f0;
}

.emphasis {
  font-weight: 600;
}

.links-list {
  list-style: none;
  /* Remove bullets */
  text-align: center;
  /* Centers inline/inline-block elements */
}