@charset "UTF-8";
@import "MarkaziText.css";

html,
body {
    font-family: 'MarkaziText', serif;
    font-size:x-large;
}

h1, h2, h3, h4, h5, h6, small {
    font-family: 'MarkaziText', serif;
}

p {
    margin-block-start: .2em;
    margin-block-end: .2em;
}

a {
    text-decoration: none;
}