/*
Theme Name: The Miswak Ritual
Theme URI: https://themiswakritual.com
Author: Your Name
Author URI: https://themiswakritual.com
Description: Custom theme for The Miswak Ritual
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themiswakritual
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Footer Menu Styles */
footer ul.space-y-3 {
    list-style: none;
}

footer ul.space-y-3 li {
    margin-bottom: 0.75rem;
}

footer ul.space-y-3 a {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s;
    text-decoration: none;
}

footer ul.space-y-3 a:hover {
    color: rgba(255, 255, 255, 1);
}

footer ul.flex {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

footer ul.flex li {
    margin: 0;
}

footer ul.flex a {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s;
    text-decoration: none;
}

footer ul.flex a:hover {
    color: rgba(255, 255, 255, 1);
}

/* Add your custom styles here */