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

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

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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}

.container{

    width: 100%;
    padding: 0 24px 0 24px;
}

body {
    direction: rtl;
    font-family: "IRANSans Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    color: var(--dark-red-text);
    height: 100vh;
    background-color:  #FCFAF8;
    width: 100%;
   
}

p{
    font-family: "IRANSans Regular";
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    color: var(--dark-red-text);
}

h1{

    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    color: var(--dark-red-text);
    font-family:'IRAN-Sans-Bold' ;

}

h2{

    font-size: 11px;
    font-weight: 700;
    line-height: 27px;
    font-family:'IRAN-Sans-Bold' ;
}

a {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

textarea {
    resize: vertical;
}

main{

    width: 100%;
   
}

:root{

    --bg: #FCFAF8;
    --dark-red-text: #621C1F;
    --beige-text-color:#F6F1ED;
    --green:#798B73;
    --light-green:#C0BFAA;

}

button{

    display: inline-block;
    text-align: center;
    transition: all .35s ease-in-out;
    cursor: pointer;
    width: 115px;
    height: 36px;
    border: none;
    background-color: var(--dark-red-text);
    font-family: 'IRANSans';
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    color: var(--beige-text-color);
    

}

.hamburger-menu{

    width: 20px;
    height: 12px;
}

.logo{

    width: 66px;
    height: 19px;
}
