/*
Theme Name: Algenix Child Theme
Theme URI: https://algenix.axiomthemes.com/
Description: Algenix is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.15.0
Tested up to: 6.9
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: algenix
Template: algenix
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
/* 1. Google Fonts'tan Türkçe destekli orijinal fontları doğrudan çekiyoruz */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* 2. Sitedeki tüm düz metinlere Türkçe destekli Plus Jakarta Sans'ı zorla uyguluyoruz */
body, p, span, li, a, input, textarea {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* 3. Tüm başlıklara Türkçe destekli DM Sans'ı zorla uyguluyoruz */
h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', sans-serif !important;
}