/* cinzel-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: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cinzel-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/cinzel-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cinzel-v26-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/cinzel-v26-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/cinzel-v26-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/cinzel-v26-latin-regular.svg#Cinzel') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    background: #ffffff;
    color: #111111;
    font-family: "Cinzel", serif;
    text-align: center;
}

main {
    max-width: 700px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 40px 20px;
}

h1 {
    margin: 0;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.1;
    text-transform: uppercase;
}

h1 span {
    display: block;
}

h2 {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}

p {
    margin: 20px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

hr {
    border: 0;
    border-top: 1px solid #bbbbbb;
    margin: 30px 0;
}

section {
    margin: 30px 0;
}

a[target="_blank"]::after {
    content: " ↗";
    font-size: 0.8em;
}

.statements {
    margin: 30px 0;
}

.statements p {
    margin: 15px 0;
    font-size: 20px;
}

.link-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.link-button {
    display: block;
    padding: 12px;
    border: 1px solid #111111;
    color: #111111;
    text-decoration: none;
    font-size: 20px;
}

.link-button:hover {
    background: #111111;
    color: #ffffff;
}

.footer {
    margin-top: 40px;
    font-size: 16px;
}

.footer nav {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer a {
    color: #111111;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}
