/*
Theme Name: MAKE Backend Theme
Theme URI: http://make.technology
Author: Your Name
Author URI: http://make.technology
Description: A brief description of your theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: make-be-theme
*/


:root {
    --fli-blue: #052566;
    --white: #f7f0df;
    --golden-caramel: #b18a4e;

    /*swiper custom css*/
    --swiper-pagination-bullet-width: 18px;
    --swiper-pagination-bullet-height: 18px;
    --swiper-pagination-color: var(--fli-blue)
}

[data-page-slug="articles"] main .article-body a,
[data-page-slug="knowledge-hub"] main a:not([data-exclude-style]),
[data-page-slug="post"] main a {
    color: var(--golden-caramel);
}

[data-page-slug="knowledge-hub"] main a:not([data-exclude-style]) svg {
    fill: var(--golden-caramel);
}

[data-page-slug="leasing"] {
    --swiper-pagination-color: var(--white);
    --swiper-pagination-bullet-inactive-color: var(--fli-blue);
    --swiper-pagination-bullet-inactive-opacity: 0.5;
}