/*
==================================================
Emily's Comic Desk
Version: 0.1
Created: 2026-04-19
File: /assets/css/style.css

Purpose:
Primary custom styles for ComicDesk.
Bootstrap handles layout/components.
This file handles branding, overrides, polish.

Notes:
Dark theme foundation.
Keep additions organized by section.
==================================================
*/



body {
    background: #121212;
    color: #f1f1f1;
}
.card {
    border: none;
}
h1, h2, h3 {
    font-weight: 700;
}
.navbar-brand {
    font-weight: 700;
    letter-spacing: .5px;
}