/*
Theme Name: PRS
Description: Child theme for Kiosko theme
Author: Juljan.By
Template: kiosko
Version: 1.0.0
Text Domain: prs
*/

/* Import parent theme styles */
@import url("../kiosko/style.css");

/* Add your custom styles below */

/* Example custom styles - modify as needed */
:root {
    /* Override parent theme variables here */
    --primary-color: #your-color;
    --secondary-color: #your-color;
}
