@charset "UTF-8";

:root {
  --bs-primary: #628d99!important;
  --bs-primary-rgb:98, 141, 153!important;
  --bs-secondary: #FF6400!important;
  --bs-secondary-rgb:255, 100, 0!important;
  --bs-tertiary: #0CC50F!important;
  --bs-tertiary-rgb:12, 197, 15!important;
  /**/
  --bs-r-primary : .0196078431372549;/*calc(1/255)*/
  --bs-g-primary : .4980392156862745;/*calc(127/255)*/
  --bs-b-primary : .7137254901960784;/*calc(182/255)*/

  --bs-r-secondary : .9764705882352941;/*calc(2/255)*/
  --bs-g-secondary : .8431372549019608;/*calc(112/255)*/
  --bs-b-secondary : .1098039215686275;/*calc(173/255);*/

  --bs-link-color:var(--bs-primary);/*primary*/
  --bs-link-color-rgb:var(--bs-primary-rgb);/*primary*/

  --bs-fill-rgb:var(--bs-secondary-rgb);/*--bs-secondary-rgb*/
  --bs-brand-img:100px!important;
}
/* fonts par default - GOOGLE FONTS*/
/* ===============================
--comforter
--norican)
--shadows-light
--sofia
--festive
--kaushan-script
--marck-script
--pacifico
--roboto-flex
*/
.carousel h1.title-font{--bs-heading-font-family:var(--roboto-flex);}
h1.title-font{--bs-heading-font-family:var(--roboto-flex);}
h2.title-font{--bs-heading-font-family:var(--sacramento);}

@media (max-width: 991px){
  .comforter,
  .norican,
  .shadows,
  .sofia,
  .festive,
  .kaushan,
  .marck,
  .pacifico,
  .roboto,
  .water-brush,
  .carousel h1.title-font,
  h1.title-font,
  h2.title-font{
    --bs-heading-font-family:var(--roboto-flex);}
}