﻿@font-face {
    font-family: 'Noto Sans Ethiopic';
    src: url('/fonts/static/NotoSansEthiopic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Ethiopic';
    src: url('/fonts/static/NotoSansEthiopic-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Noto Sans Ethiopic', sans-serif;
}

@media print {
    .no-export {
        display: none !important;
    }
}

.no-export-for-export {
    display: none !important;
}