/*
Theme Name: Awajije Bright 70s
Theme URI: https://awajije.de
Author: Gemini
Description: Bright, warm 70s style theme, autumn edition.
Version: 3.1
*/

.admin-bar header {
    top: 32px !important;
}

html {
    scroll-behavior: smooth;
}

/* Bright Scrollbar */
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #FBEFDC; } /* Cream */
::-webkit-scrollbar-thumb { 
    background: #D99A1E; /* Mustard */
    border-radius: 6px; 
    border: 3px solid #FBEFDC; 
}
::-webkit-scrollbar-thumb:hover {
    background: #C2410C; /* Pumpkin on hover */
}