/*
Theme Name: Royal Star
Theme URI: https://example.com/royal-star
Author: Antigravity
Author URI: https://example.com
Description: A custom WordPress theme built from scratch named Royal Star.
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: royal-star
*/

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0f172a;
    color: #f8fafc;
}

#site-header {
    background-color: #1e293b;
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #3b82f6;
}

.site-title a {
    color: #f8fafc;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.main-navigation li {
    display: inline-block;
    margin: 0 10px;
}

.main-navigation a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s;
}

.main-navigation a:hover {
    color: #3b82f6;
}

#main-content {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #1e293b;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.entry-title a {
    color: #3b82f6;
    text-decoration: none;
}

.entry-content {
    line-height: 1.6;
}

#site-footer {
    text-align: center;
    padding: 20px;
    background-color: #1e293b;
    margin-top: 40px;
    border-top: 1px solid #334155;
    color: #64748b;
}

#site-footer a {
    color: #3b82f6;
    text-decoration: none;
}
