/*
Theme Name: Walkiria Custom
Theme URI: https://walkiria.app
Author: Walkiria Team
Author URI: https://walkiria.app
Description: A custom high-performance theme for Walkiria blog.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: walkiria-custom
*/

/* Basic Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.5;
}

/* CUSTOM HEADINGS (User Request) */
.walkiria-widget-title {
    font-size: 1.125rem;
    /* text-lg */
    font-weight: 700;
    /* font-bold */
    text-transform: uppercase;
    letter-spacing: 0.05em;
    /* tracking-wider */
    margin-bottom: 1.5rem;
    /* mb-6 */
    color: white;
}

.walkiria-client-name {
    font-size: 1.125rem;
    /* text-lg */
    font-weight: 700;
    /* font-bold */
    margin-bottom: 0.25rem;
    color: #ffffff;
    /* white */
}