/* 1) Remove default page margins so nothing ever shows whitespace on the sides */
html, body {
    width: 100% !important;
    margin: 0;
    padding: 0;
}

body {
  background-color: #f9f9f9;
}

.container {
    width: 100% !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    line-height: 1.6;
    margin: 40px auto;
    padding: 0 20px;
    max-width: 900px;
}

p {
    margin-bottom: 1em;
}

strong {
    font-weight: 600;
    color: #222;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2em 0;
}

ul {
    margin-left: 1.5em;
    padding-left: 1em;
}

li {
    margin-bottom: 0.5em;
}

a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    color: #1a1a1a;
}

/* Section headings within <p><strong>...</strong></p> */
p > strong {
    display: block;
    font-size: 1.2em;
    margin: 1.5em 0 0.5em;
    border-left: 4px solid #0066cc;
    padding-left: 10px;
}

/* Make the top title stand out */
p:first-of-type strong {
    font-size: 1.5em;
    border: none;
    padding-left: 0;
    margin: 0;
    color: #000;
}

/* Date & Minor Warning */
p:nth-of-type(2) {
    font-size: 0.95em;
    color: #444;
}

/* Email links */
a[href^="mailto:"]::before {
    content: "✉️ ";
}

.monument-medium {
    font-family: 'MONTSERRATMEDIUM', sans-serif;
    font-weight: bolder;
}

@font-face {
    font-family: 'MONTSERRATMEDIUM';
    src: url('./Fonts/MONTSERRAT-MEDIUM.TTF') format('opentype');
    font-style: normal;
}

.albratrial-regular {
    font-family: 'ALBRATRIALREGULAR', sans-serif;
    font-weight: bolder;
}

@font-face {
    font-family: 'ALBRATRIALREGULAR';
    src: url('./Fonts/ALBRATRIAL-REGULAR.OTF') format('opentype');
    font-style: normal;
}