﻿/* override.css */
/* Font imports */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&family=Varela&display=swap');

/* Base text styles */
body {
    font-family: 'Lato', sans-serif !important;
    color: #000 !important;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Varela', sans-serif !important;
    color: #000 !important;
}

/* Links */
a {
    color: #4c25e1 !important;
}

    a:hover {
        color: #3a1caa !important;
    }

/* Primary buttons */
.btn.btn-primary {
    background-color: #4c25e1 !important;
    border-color: #4c25e1 !important;
    color: #fff !important;
}

    .btn.btn-primary:hover {
        background-color: #3a1caa !important;
        border-color: #3a1caa !important;
        color: #fff !important;
    }

/* Pagination */
.page-link {
    color: #4c25e1 !important;
}

    .page-link:hover {
        color: #3a1caa !important;
    }

.page-item.active .page-link {
    background: #4c25e1 !important;
    border-color: #4c25e1 !important;
}

/* Navbar active link */
.navbar.fixed-top .navbar-nav .active a {
    color: #4c25e1 !important;
}

/* Header image text contrast */
header.has-image {
    color: #fff !important;
}
