/* Custom styles for Omer Tariq's website */

/* Primary colors */
:root {
    --primary-color: #1a73e8;
    --secondary-color: #34a853;
    --accent-color: #ea4335;
    --light-bg: #f8f9fa;
    --dark-text: #202124;
    --medium-text: #5f6368;
    --light-text: #9aa0a6;
}

/* Layout widening */
.container-lg {
    max-width: 1300px !important;
}

.container-xl {
    max-width: 1500px !important;
}

/* Typography improvements */
body {
    color: var(--dark-text);
    line-height: 1.6;
    font-size: 1.05rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: var(--dark-text);
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

.text-profile-bio {
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Logo sizes */
.inline-badge {
    height: 20px !important;
    vertical-align: -10%;
    margin-right: 5px;
    line-break: unset;
}

.navbar-brand {
    font-size: 1.5rem;
}