
@font-face {
    font-family: 'Raleway-Thin';
    src: url('../Fonts/Raleway/Raleway-Thin.eot');
    src: url('../Fonts/Raleway/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Raleway/Raleway-Thin.woff2') format('woff2'),
        url('../Fonts/Raleway/Raleway-Thin.woff') format('woff'),
        url('../Fonts/Raleway/Raleway-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('../Fonts/Raleway/Raleway-Light.eot');
    src: url('../Fonts/Raleway/Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Raleway/Raleway-Light.woff2') format('woff2'),
        url('../Fonts/Raleway/Raleway-Light.woff') format('woff'),
        url('../Fonts/Raleway/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





H1, H2, H3, H4, DIV.carousel-item-layout-dark H2, DIV.frame-background-dark H2 {
    font-family: 'Raleway-Light';
}

/*
H1, H2, H3, H4 {
	color: var(--bs-primary);
}*/

DIV.frame-background-dark H1, DIV.frame-background-dark H2, DIV.frame-background-dark A:not([class]), DIV.frame-background-dark A:hover, DIV.carousel-item-layout-dark A:not([class]) {
	color: var(--bs-white);
}

UL.list-normal {
	list-style-type: none;
	padding-left: 1rem;
}

UL.list-normal LI {
	text-indent: -1.17rem;
}

UL.list-normal LI:before {
	content: '◼ ';
	color: var(--bs-primary);
}

DIV.frame-background-tertiary A, DIV.frame-background-tertiary A.link-external:after {
	color: #000000;
}
