@import "fonts.css";
@import "base.css";
@import "header-footer.css";
@import "bricks.css";

/*------------------------*/
/* theme colors
/*------------------------*/
:root {
    --textDarker: #1E1B4B;      /* Deepest indigo shade */
    --textDark: #312E81;        /* Primary text - rich indigo */
    --textMedium: rgba(49, 46, 129, 0.7);  /* Medium opacity tint */
    --borderMedium: rgba(49, 46, 129, 0.2); /* Subtle borders */
    --borderLight: rgba(49, 46, 129, 0.075); /* Faint outlines */
    --accent: #6366F1;          /* Bright indigo accent for buttons */
    --accentDarker: #4338CA;    /* Hover state - darker shade */
    --light: rgba(49, 46, 129, 0.035); /* Background overlay */
}
/*------------------------*/
/* turn grayscale off
/*------------------------*/

img {filter: grayscale(0);}

/*------------------------*/
/* colorize_image
/*------------------------*/

.colorize_image {filter: contrast(1) sepia(1) hue-rotate(160deg) grayscale(0.8)!important;}

/*------------------------*/
/* black_2_textDark
/*------------------------*/

.map::after, .black_2_textDark {filter: contrast(0.7) sepia(1) hue-rotate(160deg)!important;}

/*------------------------*/
/* black_2_textMedium
/*------------------------*/

.black_2_textMedium {filter: contrast(0.3) sepia(0.3) hue-rotate(160deg) brightness(1.4)!important;}

/*------------------------*/
/* black_2_accent
/*------------------------*/

.black_2_accent {filter: contrast(0.11) sepia(1) hue-rotate(340deg) contrast(13)!important;}


/*------------------------ CSS overrides below ------------------------*/