@font-face {
    font-family: 'Replica_Light';
    src: url('Replica_Light.otf') format('otf'),
        url('Replica_Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "Replica_Light" !important;
}

h1 {
    font-family: "Replica_Light" !important;
}

h2 {
    font-family: "Replica_Light" !important;
}

h3 {
    font-family: "Replica_Light" !important;
}

h4 {
    font-family: "Replica_Light" !important;
}

h5 {
    font-family: "Replica_Light" !important;
}

h6 {
    font-family: "Replica_Light" !important;
}

p,
a {
    font-family: "Replica_Light" !important;
}