/*
Theme Name: Kiosko Child
Theme URI: https://example.com/kiosko-child
Description: Child theme for Kiosko — place custom styles and template overrides here.
Author: Anedilco
Author URI: https://example.com
Template: kiosko
Version: 1.0.0
Text Domain: kiosko-child
*/

/* Import parent styles via enqueue in functions.php — keep this file for child overrides */

:root {
    --kiosko-accent: #0b5a7f;
}

/* Example overrides — edit as needed */
body {
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

.site-header {
    background: var(--kiosko-accent);
}