/*
Theme Name: Pruvodce Studenta Theme
Author: Gemini
Description: Custom theme with Topics and Articles
Version: 1.1
*/

/* --- Global Variables --- */
:root {
    --primary-orange: #F37222;
    --text-dark: #333;
    --light-gray: #f4f4f4;
}

/* --- Base Body --- */
body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    color: var(--text-dark);
}

