*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "title";
    src: url(../webfonts/IRANYekanX-Bold.woff);
}

@font-face {
    font-family: "txt";
    src: url(../webfonts/IRANSansX-Regular.woff);
}
    
body {
    font-family: "txt";
    background: #f5f5f5;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: "title";

}

.bg-pink {
    background: var(--bs-pink);
}