@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);


:root {
	--body-bg-img01: url(../../../images/themes/titanpointe/Background.png);
	--body-bg-img02: url(../../../images/themes/titanpointe/InvestigationBoardNoText1920.png);
	--fbc-logo-img: url(../../../images/resources/FBC_Logo.png);
	--normalfont: Inter, Tahoma, Verdana, Arial, sans-serif;
	--headerfont-main: Lombok, Poppins, sans-serif;
	--headerfont-secondary: Poppins, sans-serif;
/*Textgrößen*/
	--textxxsmall: 8px;
	--textxsmall: 11px;
	--textsmall: 12px;
	--textm: 13px;
	--textl: 18px;
	--textxl: 26px;
	--textxxl: 40px;
	--textxxxl: 80px;
    --megatext: 120px;
	/*Farben*/
	--body-bg-col01: #222222;
	--headerfont-color: #f0f0f0;
	--normalfont-color: #aaaaaa;
	--table-background-color: rgba(0, 0, 0, 0.4);
	--button-background-color: #333333;
	--button-outline-color: #151515;
	--button-text-color: #aaaaaa;
	--textbox-outline-color: #aaaaaa;
	--signature-color-red: #971607;
	--signature-tablecolor-red: #3a010099;
}


@font-face {
    font-family: 'Lombok';
    src: url(../../../fonts/Lombok.otf);
}