﻿body {
	}
.fw-semibold {
	font-weight: 600;
}

.fs-xxl {
	font-size: 2.2rem;
	line-height: 1.3;
}

.black {
	color: #2d2d2d !important;
}

h2 {
	font-family: Sunflower ;
	font-size: 1.9rem;
	line-height: 1.4;
	font-weight: 400;
	font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Sunflower";
	font-weight: normal;
}

h2, .h2 {
	font-size: 2rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

*, *::before, *::after {
	box-sizing: border-box;
}





