body,
html {
    font-family: 'Popprins', Arial, sans-serif;
    color: #212529;
}

html {
    scroll-behavior: smooth;
}
.card {
    margin-bottom: 20px;
}

/* Heading Styles */
h1 {
    font-size: 2.5rem; /* 40px */
    font-weight: 700;
    color: #084298;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #0d6efd; /* Primary Blue */
}

h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #495057; /* Bootstrap Gray */
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #6c757d; /* Light Gray */
}

h5 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Spinner */
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it's above other content */
}

/* Spinner Size and Color */
.spinner-border {
    width: 3rem;
    height: 3rem;
}
