/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-body-font: "chivo", sans-serif;
	--cnvs-primary-font: "indivisible-variable", sans-serif;
	--cnvs-secondary-font: "chivo-mono", serif;
}

@font-face {
  font-family: chivo, sans-serif;
font-weight: 400;
font-style: normal;
}

@font-face {
  font-family: chivo-mono, sans-serif;
font-weight: 400;
font-style: normal;
}

@font-face {
  font-family: "indivisible-variable", sans-serif;
font-variation-settings: "wght" 400;
}



:root {
	--cnvs-themecolor: #1D1D1B;
	--cnvs-themecolor-rgb: 29, 29, 27;
}

.mono {
  font-family: chivo-mono, sans-serif; !important
font-weight: 400; !important
font-style: normal;
}

.monoi {
  font-family: chivo-mono, sans-serif; !important
font-weight: 400; !important
font-style: italic;
}



.f1 {
  font-family: indivisible-variable, sans-serif; !important
font-weight: 400; !important
font-style: normal;
}

.chivo {
  font-family: chivo, sans-serif; !important
font-weight: 400; !important
font-style: normal;
}

.note-text {
  font-family: chivo, sans-serif; !important
font-weight: 400; !important
font-style: normal;
font-size: 1rem; !important
}

table { border-collapse: collapse; width: 100%; margin-bottom: 20px; }
        th, td { border: 1px solid #ddd; padding: 10px; text-align: center; }

.orange {
 color:orange !important;
}

.white {
 color:white; !important;
}

math {
 color:orange !important;
 font-style: italic;
 font-weight: 100;
 font-family: curier;
}



.fw-light {
font-weight: 100; !important
}









