@font-face {
  font-family: 'Archia';
  src: url('/wp-content/themes/easypaisa-child/assets/fonts/Archia-Regular/archia-regular-webfont.woff2') format('woff2'),
       url('/wp-content/themes/easypaisa-child/assets/fonts/Archia-Regular/archia-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff !important;
    font-family: 'Archia' !important;
}

body.loading {
    background-color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Archia' !important;
}

span,
p,
a,
div {
    font-family: 'Archia' !important;
}



