/**
 * Styling for the overall tools site.
 *
 * SPDX-FileCopyrightText: © 2026 Brian S. Stephan <bss@incorporeal.org>
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

.content {
    font-family: 'Jost', sans-serif;
    color: 333;
}

h1, h2, h3, h4, h5, h6 {
    color: #811610;
}

a {
    color: #000;
}

.container {
    padding-top: 65px;
    padding-bottom: 65px;
}

.title {
    margin: 20px 0;
}

.footer {
    color: rgba(255, 255, 255, 0.55);
    padding: 20px;
}
