/*
Theme Name: Shayan Resume Theme
Theme URI: https://example.com
Author: Shayan
Description: A modern, stylish one-page resume theme using Bootstrap 5.
Version: 1.0
*/

body {
    font-family: 'Inter', sans-serif;
    background: #f3f4f6;
    color: #111;
}

.section-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2rem;
}

.resume-section {
    padding: 80px 0;
}

.card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

#hero {
    background: linear-gradient(135deg, #1f2937, #111827);
    color: white;
    padding: 120px 0;
    text-align: center;
}

#hero h1 {
    font-size: 3rem;
    font-weight: 800;
}

#hero p {
    font-size: 1.2rem;
    opacity: 0.85;
}
