@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap";
@import "../bootstrap/css/bootstrap.min.css";
@import "../fontawesome/css/all.min.css";

:root {
	--bg-color: #f3f3f1;
	--bg-color-rgb: rgb(243, 243, 241);
	--bf-color: #676b5f;
	--bf-color-rgb: rgb(103, 107, 95);
	--bf-size: 1rem;
	--b-h1-size: 1.6rem;
}

body {
	font-family: 'Hind Madurai', sans-serif;
	font-size: var(--bf-size);
	background-color: var(--bg-color-rgb);
	color: var(--bf-color-rgb);
}

h1 {
	font-size: var(--b-h1-size);
	font-weight: 600;
	line-height: 1.8rem;
}

.modal-backdrop.fade {
	opacity: 0.9!important;
}

.fs-10 {font-size: 10px!important;}
.fs-12 {font-size: 12px!important;}
.fs-14 {font-size: 14px!important;}
.fs-16 {font-size: 16px!important;}
.fs-18 {font-size: 18px!important;}
.fs-20 {font-size: 20px!important;}
.fs-22 {font-size: 22px!important;}
.fs-24 {font-size: 24px!important;}
.fs-26 {font-size: 26px!important;}
.fs-28 {font-size: 28px!important;}
.fs-30 {font-size: 30px!important;}