/*
Theme Name: Felix
Theme URI: https://example.com/felix-theme
Author: Felix
Author URI: https://example.com
Description: Child theme for the Solace theme, customized for Felix.
Template: solace
Version: 1.0.0
Text Domain: felix
*/

/* Example customizations - you can change these */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Example: tweak header background */
header,
.site-header {
    background-color: #111827; /* dark slate */
    color: #ffffff;
}

/* Example: accent color */
:root {
    --felix-accent: #ef4444; /* red accent */
}

.btn,
.button,
.wp-block-button__link {
    background-color: var(--felix-accent);
    border-radius: 999px;
}

.btn:hover,
.button:hover,
.wp-block-button__link:hover {
    opacity: 0.9;
}
