/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ===== Jeko Font Tüm Ağırlık ve Stiller ===== */
/* ====================== JEKO FONT - Archive.org ====================== */


@font-face {
    font-family: jeko;
    src: url('fonts/jeko_fonts/f2314c4bdf9d4d65-s.p.otf') format("opentype");
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}



/* Fallback */
@font-face {
    font-family: "jeko Fallback";
    src: local("Arial");
    ascent-override: 68.52%;
    descent-override: 21.52%;
    line-gap-override: 21.16%;
    size-adjust: 111.06%;
}

/* Kullanım */
.__className_652f9a,
.__variable_652f9a,
body, h1, h2, h3, h4, h5, h6, p, span, a, button, input, textarea {
    font-family: jeko, "jeko Fallback", system-ui, sans-serif !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



.dark, .dark p, .dark td {
    color: #1b6853;!important
}

.footer-2 {
    background-color: #FFF;!important
}

.nav>li>a {
    font-size: .875rem;
}




