/*
Theme Name: Muse Legacy Foundation
Theme URI: https://themuselegacyfoundation.org/
Author: Daniel Sellergren
Author URI: https://themuselegacyfoundation.org/
Description: Custom theme for The Muse Legacy Foundation.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: muse-legacy-foundation
Tags: custom-theme, non-profit
*/

:root {
    --color-primary:      #c8102e;
    --color-primary-dark: #a00d24;
    --color-dark:         #304254;
    --color-black:        #000000;
    --color-white:        #ffffff;
    --color-bg:           #fafaf2;
    --color-text:         #1a1a1a;
    --color-muted:        #666666;
    --color-border:       #e0e0e0;

    --font-sans: 'DM Sans', Arial, Helvetica, sans-serif;
    --font-serif: 'Lora', Georgia, 'Times New Roman', serif;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-serif);
    font-size: 18px;
    line-height: 1.7;
    color: var(--color-text);
    background-color: var(--color-bg);
}

a {
    color: var(--color-primary);
    text-decoration: underline;
}

a:hover {
    opacity: 0.75;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
