/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

:root {
  --kidearn-font: "DM Sans", sans-serif;
  --kidearn-heading-font: "Fredoka", serif;
  --kidearn-special-font: "Schoolbell", cursive;
 /* --kidearn-text: #7E8185;
  --kidearn-text-rgb: 126, 129, 133;
  --kidearn-text-dark: #5F7999;
  --kidearn-text-dark-rgb: 95, 121, 153;
  --kidearn-text-gray: #89868d;
  --kidearn-text-gray-rgb: 137, 134, 141;*/
 /* --kidearn-base-rgb: 242, 83, 52;
  --kidearn-primary: #26A6A1;
  --kidearn-primary-rgb: 38, 166, 161;
  --kidearn-secondary: #FFAA23;
  --kidearn-secondary-rgb: 255, 170, 35;
  --kidearn-secondary2: #75C137;
  --kidearn-secondary2-rgb: 117, 193, 55;
  --kidearn-gray: #FAF5F2;
  --kidearn-gray-rgb: 250, 245, 242;
  --kidearn-white: #fff;
  --kidearn-white-rgb: 255, 255, 255;*/

  --kidearn-black: var(--microtag-primary); /* #0B2038 */
  --kidearn-base: var(--microtag-secondary); /* #F25334; */
  --kidearn-text: var(--microtag-text); /* #7E8185 */

  --microtag-primary: #3f78e0;
  --microtag-secondary:  #3f78e0;
  --microtag-text: #333;

  --microtag-link: #FFFF00;
  --microtag-link-hover: #FFFF00;
  --microtag-bianco: #FFF;
  --microtag-green:  #45c4a0;

}

.banner-one__shape2 {
  background-color: var(--microtag-green, #45c4a0);
}

.kidearn-btn:after {
  background-color: #0B2038;
}

.kidearn-btn {
  background-color: #e2626b !important;
}


/* COLORI */

.text-red {
  --bs-text-opacity: 1;
  color: #e2626b !important;
}

.solid-mono.text-red .fill-primary {
  fill: #e2626b;
}

.solid-mono.text-blue .fill-primary {
  fill: #3f78e0;
}
