
:root {
    --back: #efeae6;
    --mid: #4c98987b;
    --hl: #024e4e;
}

@font-face {
    font-family: Garamond;
    /* src: url("/static/fonts/EB_Garamond/static/EBGaramond-Regular.ttf"); */
    src: url("/static/fonts/ITC_Garamond_Std/itc-garamond-std.ttf");
    font-stretch: normal;
    font-style: normal;
}

@font-face {
    font-family: Graphik;
    src: url("/static/fonts/Graphik_Collection/graphik-arabic-light/graphik-arabic-light.woff");
    font-stretch: normal;
    font-style: normal;
}

body {
    font-family: 'Montserrat' !important;

    margin: 0 0 0 0;
    height: 100%;
    width: 100%;

    background-color: #fff;
    box-sizing: border-box;
}

a{ text-decoration: none; }
a:visited { text-decoration: none; color:inherit; }
a:hover { text-decoration: none; color:inherit; }
a:focus { text-decoration: none; color:inherit; }
a:hover, a:active { text-decoration: none; color:inherit; }
