
@font-face {
    font-family: "GilroyB";
    src: url('../fonts/GilroyB.woff');
}
@font-face {
    font-family: "Gilroy";
    src: url('../fonts/Gilroy.woff');
}
@font-face {
    font-family: "LibreBaskerville";
    src: url('../fonts/LibreBaskerville.woff2');
}

/* jtspeedwork */
@font-face {
    font-family: "fontawesome";
    src: url('../fonts/fontawesome-webfont.eot');
    src: local('â˜º'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
}
@font-face {
    font-family: "Gilroy-Bold";
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('â˜º'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.svg') format('svg');
}
@font-face {
    font-family: "Gilroy-Regular";
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('â˜º'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype'), url('../fonts/Gilroy-Regular.svg') format('svg');
}

:root {
    --ninian-main-color: #00429c;
    --ninian-main-color-light: #004cb8;
    --ninian-main-color-dark: #003175;

    --ninian-font-title: "LibreBaskerville";
    /* --ninian-font-title: "GilroyB"; */
    --ninian-font-title2: "GilroyB";
    --ninian-font-text: "Gilroy";
}