/*
	Theme Name: AlFajar Tib
	Author: Haroon
	Tags: Css, wordpress, Colors of life
*/
@import url('https://fonts.googleapis.com/css2?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&display=swap');
html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, nav, section { display: block; }

*,
*::after,
*::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: "Poppins", sans-serif;
	font-size:12px;
	color:#000;
	line-height:1.2;
}

/* Headings
______________________*/
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
}
h1 {
	font-size: 58px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 16px;
}


/* Links
______________________*/
a {
	text-decoration: none;
}

/* p, blockquote, address
______________________*/
p {
	font-size: 14px;
}

/* Lists
______________________*/
ul,
ol{
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}

/* Root */
:root {
	--primary-color: ;
	--secondary-color: #212121;
	--dark-color: #000000;
	--light-color: #ffffff;
}

/* Layout 
______________________*/
.container {
	width: 100%;
	max-width: 1204px;
	padding: 0 15px;
	margin: 0 auto;
}
