/* Eletala Global Styles */

body {
    font-family: "Inter", sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* Custom Citation Link Styles */
.citation-link {
    transition: all 0.2s ease;
}

.citation-link:hover {
    text-decoration: underline;
    color: #0f4c81; /* Primary Blue */
}

/* Utility to ensure the footer stays at the bottom if content is short */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}
