@font-face {
    font-family: 'Paperlogy';
    font-weight: 500;
    font-style: normal;
    src: url('/default/img/mf/fonts/Paperlogy-5Medium.woff2') format('woff2'),
         url('/default/img/mf/fonts/Paperlogy-5Medium.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Paperlogy';
    font-weight: 700;
    font-style: normal;
    src: url('/default/img/mf/fonts/Paperlogy-7Bold.woff2') format('woff2'),
         url('/default/img/mf/fonts/Paperlogy-7Bold.woff') format('woff');
    font-display: swap;
}


body,
input,
select,
textarea,
button {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: "Paperlogy", sans-serif;
    font-weight: 500;
    word-break: keep-all;
}

