html {
}

/*body {*/
/*    font-family: "Albert Sans", sans-serif;*/
/*    font-optical-sizing: auto;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

.navbar-brand .logo {
    width: 30px;
}

:root {
    --brand: #009d9d;
    --brand-2: #0061d4;
}

.color1 {
    color: var(--brand);
}


.color2 {
    color: var(--brand-2);
}

html {
    scroll-behavior: smooth;
}

/* Navbar spacing so content isn't hidden under fixed header */
body {
    padding-top: 4.75rem;
}

/* Hero */
.hero {
    background: radial-gradient(75% 75% at 10% 10%, #f1f6ff 0%, #ffffff 40%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
}

.hero .badge-soft {
    background: rgba(13, 110, 253, 0.08);
    color: var(--brand);
    border: 1px solid rgba(13, 110, 253, 0.15);
}

/* Section spacing */
.spacious-section {
    padding: 4rem 0;
}

.spacious-margin {
    margin-top: 4rem;
}

/* Cards */
.shadow-soft {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06), 0 2px 8px rgba(0, 0, 0, .04);
}

/* Footer */
.footer a {
    text-decoration: none;
}

/* Back to top */
#toTop {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    z-index: 1030;
}

/* Small helpers */
.text-gradient {
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.accountant-container {
    text-align: center;
}

.accountant-container img {
    max-height: 350px;
    max-width: 100%;
}
