@font-face {
    font-family: 'MjNewspaper';
    src: url('../../assets/font/Mj_Newspaper.woff2') format('woff2'),
        url('../../assets/font/Mj_Newspaper.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titraj';
    src: url('../../assets/font/ATitraj2-Bold.woff2') format('woff2'),
        url('../../assets/font/ATitraj2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'samira';
    src: url('../../assets/font/samira.woff2') format('woff2'),
        url('../../assets/font/samira.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Agent';
    src: url('../../assets/font/5thAgent.woff2') format('woff2'),
        url('../../assets/font/5thAgent.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roya';
    src: url('../../assets/font/2Roya.woff2') format('woff2'),
        url('../../assets/font/2Roya.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

header {
    text-align: right;
    font-family: Fetne;
    font-size: 50px;
   
}

body {
    text-align: center;
}

h1 {
    font-family: MjNewspaper;
    font-size: 40px;
    color: rgb(12, 136, 136);
}

h3 {
    text-align: right;
    font-family: samira;
    font-size: 25px;
}


p {
    text-align: right;
    font-family: Roya;
    font-size: 25px;

}
h4 {
    
    font-family: Roya;
    font-size: 22px;
}


section {

    text-align: start;
    font-family: Agent;
}

.numberR{
    text-align: end;
    font-size: 25px;
    font-family: Agent;
}

.numberL{
    text-align: start;
    font-size: 25px;
    font-family: Agent;
}

em{
    font-weight:bold;
    color:#070707;
    border-bottom:2px solid #d41545;
    border-top:2px solid #d41545;
   }
 
