﻿:root {
    --color-primary: #522D8D; /* Avrostore bənövşəyi */
    --color-secondary: #EC661E; /* Avrostore narıncı */
    --color-light: #ffffff;
    --color-dark: #1a1a1a;
}


body {
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    color: #212529;
}

.navbar-brand {
    font-size: 1.5rem;
}

.footer {
    font-size: 0.9rem;
}





/* Ümumi headerdən sonra birbaşa başlayır */
.mini-header {
    width: 100%;
    height: 90px; /* Hündürlük az */
    display: flex;
    align-items: center;
    padding-left: 30px;
    background: #f8f9fc; /* Real, yumşaq, admin panel effekti */
    border-bottom: 1px solid rgba(0,0,0,0.08);
    position: relative;
    top: 0;
}

/* Təmiz tipografiya */
.mini-header-content h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #1f1f1f;
    letter-spacing: 0.3px;
}

    /* Kiçik vurğu xətti */
    .mini-header-content h1::after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #0074ff;
        margin-top: 6px;
        border-radius: 4px;
    }
