/*
Theme Name: The Boom Daily Quiz
Theme URI: https://boomquiz.com
Description: Official theme for The Boom Daily Quiz - a fun, fresh daily general knowledge quiz.
Version: 1.0.0
Author: The Boom Team
Text Domain: boom-daily-quiz-theme
*/

/*
 * Base styles live here. The bulk of the theme styling is loaded from
 * assets/css/theme.css (enqueued in functions.php). This file exists to
 * satisfy the WordPress theme header requirement and provides a minimal
 * safety-net baseline in case the enqueued stylesheet fails to load.
 */

:root {
    --bdq-amber: #F5A623;
    --bdq-red: #E8320A;
    --bdq-dark: #1A1A1A;
    --bdq-light: #FAFAFA;
    --bdq-white: #FFFFFF;
    --bdq-border: #E8E8E8;
    --bdq-success: #27AE60;
    --bdq-muted: #999999;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: var(--bdq-light);
    color: var(--bdq-dark);
    line-height: 1.6;
}

a {
    color: var(--bdq-red);
}

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