@font-face {
 font-family: 'irsans';
 src: url('/fonts/irsans.ttf');
}

:root {
 --primary_color: #AAB99A;
 --secondary_color: #F0F0D7;
 --third_color: #D0DDD0;
 --title_color: #727D73;
}

* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
 font-weight: normal;
}