/*
 * Comaxx Quiz — General styles
 *
 * Loaded on both the frontend and the admin report page.
 * Contains shared CSS custom properties used by quiz.css and admin.css.
 */

:root {
    --border-color: #c5c5c5;
}

/*
 * The --comaxx-primary-color, --comaxx-secondary-color,
 * --comaxx-tertiary-color and --comaxx-quaternary-color variables
 * are injected at runtime via wp_add_inline_style() in
 * Frontend\Quiz::register_general_styles() using values from the
 * database settings, so they are not hardcoded here.
 */

