@font-face {
    font-family: 'Simpler';
    src: url("simpler-regular.eot");
    src: url("simpler-regular.eot?#iefix") format("embedded-opentype"),
        url("simpler-regular.woff2") format("woff2"),
        url("simpler-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simpler';
    src: url("simpler-bold.eot");
    src: url("simpler-bold.eot?#iefix") format("embedded-opentype"),
    url("simpler-bold.woff2") format("woff2"),
    url("simpler-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simpler';
    src: url("simpler-italic.eot");
    src: url("simpler-italic.eot?#iefix") format("embedded-opentype"),
    url("simpler-italic.woff2") format("woff2"),
    url("simpler-italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}