@font-face {
    font-family: 'Ecofont';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /* Ecofont is an open-source font with mini dots that saves 20% ink when printing */
    src: url('/eco_sans_regular.ttf') format('truetype');
}

body {
    font-family: Ecofont, courier !important;
}
