@font-face {
    font-family: 'Yrsa';
    src: url('fonts/Yrsa-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Yrsa';
    src: url('fonts/Yrsa-VariableFont_wght.ttf') format('truetype');
    font-style: bold;
    font-weight: 800;
}

@font-face {
    font-family: 'Yrsa';
    src: url('fonts/Yrsa-Italic-VariableFont_wght.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    font-style: bold;
    font-weight: 800;
}

@font-face {
    font-family: 'SedanSC';
    src: url('fonts/SedanSC-Regular.ttf') format('truetype');
}

html {
    font-family: Yrsa, serif;
    font-size: 2.4vw;
    text-justify: auto;
}

@media all and (min-width:1000px) {
    html { font-size: 24px; }
}
@media all and (max-width:500px) {
    html{ font-size: 18px; }
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 48px;
    padding-left: 20px;
    background: black;
    color: white;
}

aside.right {
    display: inline-block;
    padding: 0 12px 0 12px;
    margin: 0 0 0 12px;
    float: right;
    max-width: 40%;
    border: 1px dotted blue;
}

aside.left {
    display: inline-block;
    padding: 0 12px 0 12px;
    margin: 0 12px 0 0;
    float: left;
    max-width: 40%;
    border: 1px dotted blue;
}

body {
    margin-left: auto;
    margin-right: auto;
    max-width: 60ch;
}

p {
    hyphens: auto;
}

footer {
    font-style: italic;
    color: gray;
    font-size: 11pt;
    text-align: center;
    margin-top: 50px;
}

a {
    text-decoration: none;
    font-style: italic;
    color: black;
}

a:link {
    background-color: lightyellow;
}

a:visited {
    color: darkslategray;
}

a:hover {
    background-color: yellow;
}

a:active {
    background-color: orange;
}

table.media tr {
    height: 48px;
}

td {
    vertical-align: top;
}

.full-width {
    width: 95%;
}

form {
  border: 2px solid currentColor;
  border-radius: 8px;
  padding: 2vw;
  
}

input, textarea {
    font-family: 'Yrsa';
    font-size: 14pt;
}

input.button {
    background-color: white;
    color: black;
    border: 2px solid;
    border-radius: 8px;
    padding: 2%;
    margin-right: 1.5vw;
    float: right;
    display: block;
}
