/* style.css */

/** Define text styles and text alignment **/

.fst-italic {font-style:italic!important}
.fst-normal {font-style:normal!important}

.fw-light {font-weight:300!important}
.fw-lighter { font-weight:lighter!important}
.fw-normal {font-weight:400!important}
.fw-bold {font-weight:bold!important}
.fw-bolder {font-weight:bolder!important}

.text-start {text-align:left!important}
.text-end {text-align:right!important}
.text-center {text-align:center!important}
.text-justify {text-align:justify!important}

.text-decoration-none {text-decoration:none!important}
.text-decoration-underline {text-decoration:underline!important}
.text-decoration-line-through {text-decoration:line-through!important}

.text-lowercase {text-transform:lowercase!important}
.text-uppercase {text-transform:uppercase!important}
.text-capitalize {text-transform:capitalize!important}

/** Define font sizes, height size and spacing **/

.fs-1_5em {font-size: 1.5em !important}
.fs-1_375em {font-size: 1.375em !important}
.fs-1_25em {font-size: 1.25em !important}
.fs-1_125em {font-size: 1.125em !important}
.fs-0_875em {font-size: 0.875em !important}
.fs-0_75em {font-size: 0.75em !important}

.height-0_875em {height: 0.875em !important;}
.height-0_75em {height: 0.75em !important;}
.height-0_625em {height: 0.625em ;}
.height-0_5em {height: 0.5em !important;}
.height-0_375em {height: 0.375em !important;}
.height-0_25em {height: 0.25em !important;}

/*** Define bulletlist ***/

ul.bulletlist {
	padding: 0 0.625em 0 1.875em;
	margin: 0;
}

ul.bulletlist li {
	margin-top: 0.375em;
	margin-bottom: 0.375em;
 }