
@import "buttons.css";
@import "forms.css";
@import "rhyme-tables.css";

:root {
    --topbar-height: 2.5rem;
    --footer-height: 3rem;
    --page-header-height: 50px;
    --page-header-h1-font-size: 28px;
    --font-size: 16px;
    --font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --hover-bg-color: #f7f7f7;
    --active-bg-color: #e8e8e8;
    --std-border: 1px solid #e5e5e5;
    --link-color: #0060df; /* #3c3eef;*/
}


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: var(--font-size);
    margin: 0;
}

h1:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

.centered {
    display: flex;
    justify-content: center;
}

.content {
    max-width: 600px;
    width: 100%;
    padding: 0.5rem;
}

.narrow-page {
    width: 500px;
    margin: auto;
}

.focus-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


@media (max-width: 640.98px) {
    .collapse {
        display: none;
    }

    body {
        font-size: 13px;
    }
}
