:root {
  color-scheme: dark only;
}

@font-face {
    font-family: "Pirata One";
    src: url('PirataOne-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Merriweather";
    src: url('Merriweather.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #242424;
}

p, a, ul {
    font-family: "Merriweather";
}

h1, h2, h3, h4, h5 {
    font-family: "Pirata One";
    color: #FFFFF0;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    font-family: "Pirata One";
}

nav {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 1rem;
    width: 100%;
}

nav a {
    font-family: "Pirata One";
    font-size: 1.5rem;
}

button {
    font-family: "Pirata One";
}

.update-title {
    margin-bottom: 10px;
}

.update-title a {
    text-decoration: none;
}

.update-date {
    font-family: "Pirata One";
}

.error-msg {
    height: 1.5em;
    color: #FD3939;
    font-family: "Pirata One";
}

.job-title {
    margin-top: 0px;
    color: #AAAAAA;
}

.speaker-name {
    margin-bottom: 0px;
}

.speaker-pic {
    max-height: 300px;
}

.presenting {
    margin-bottom: 0px;
}
