/*
Theme Name: Bobermania
Author: Colin
Description: Darkmode WordPress Theme mit gelben Akzenten & Neon Effekten
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;600;900&display=swap');

body {
    margin: 0;
    background: radial-gradient(circle at top, #151515, #050505);
    color: #eee;
    font-family: 'Inter', sans-serif;
}

a {
    color: #f5c400;
    text-decoration: none;
}

a:hover {
    text-shadow: 0 0 10px #f5c400;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}
