:root {
	--main-bg-color: rgba(34,50,88,1.0);
	--lt-blue-color: rgba(61, 96, 152, 1);
	--main-red-color: rgba(222, 32, 39);
	--main-btn-color: rgba(231, 231, 231, 1);
	--is-latest-news: rgba(34, 50, 88, 1);
	--latest-news-background: rgba(206, 211, 219, 1);
	--latest-news-subtitle:  rgba(61 ,96 ,152 ,1);
	/*--is-h2-text: rgba(231, 231, 231, 1);*/
	--article-content-txt: rgba(51, 51, 51, 1);
	--is-latest-news-alt: rgb(153, 204, 255);
	--is-txt: rgba(0, 0, 0, 1);
	--home-txt: rgba(255, 255, 255, 1);
	--article-background: rgba(231, 231, 231, 1);
	--twitter-blue: rgb(105, 171, 232);
	--insta-gradient: linear-gradient(45deg,#405DE6,#5851DB,#833AB4,#C13584,#E1306C,#FD1D1D,#f56040,#f77737,#fcaf45,#ffdc80);
}

h1 {
	/*font-size: 48px;*/
	font-size: clamp(3.5rem, 4.5vw, 5.5rem);
}
h2 {
	font-size: clamp(2.625rem, 2.5vw, 2.9375rem);
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: clamp(18px, 1.5rem, 28px);
}
h5 {
	font-size: 24px;
}
p {
	font-size: 16px;
	}



/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul, ol {
	padding-left: 30px;
}

/* Remove default padding */
ul[class],
ol[class] {
	padding: 0;
}
