﻿@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
@font-face {
    font-family: "ArabicFont";
    src: url("/homepagecontent/resources/fonts/arabic/kfgqpcuthmanicscripthafsnonquran.ttf") format("woff2");
}

.AR {
    font-family: 'ArabicFont', 'Cairo', sans-serif !important;
    font-weight: 600 !important;
    font-size: x-large !important;
}
.AR-no-size {
    font-family: 'ArabicFont', 'Cairo', sans-serif !important;
    font-weight: 600 !important;
}
body {
    font-family: 'Rubik', Arial, sans-serif;
}
.nav-link.no-textdec,
.nav-link.no-textdec:hover {
    text-decoration: none !important;
    padding: .5rem 1rem;
}
.big-size, .small-size { /* nothing here that sets width/height */
}

@media (max-width: 510px) {
    .big-size {
        height: 41px !important;
    }
    .small-size {
        height: 35px !important;
    }
}

@media (max-width: 350px) {
    .big-size {
        height: 33px !important;
    }
    .small-size {
        height: 25px !important;
    }
}
