@font-face {
    font-family: 'AdelleSansHEB';
    src: url('../fonts/AdelleSansHEB-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AdelleSansHEB-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/AdelleSansHEB-Regular.woff2') format('woff2'), /* Modern browsers */
    url('../fonts/AdelleSansHEB-Regular.woff') format('woff'); /* Older browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'AdelleSansHEB', serif;
    font-size: 26px;
}

div {
    margin-top: 3rem;
}