/*
Template:       techkit
Theme Name:     Techkit Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/techkit
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Techkit is an Responsive Software & IT Solutions WordPress Theme.
Version:        1.0
Text Domain:    Techkit
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
License:   	  Envato split License
License URI:  https://themeforest.net/licenses/terms/regular
*/

/* System Font Stack with Golden Ratio Typography */
body,
p, a, li,
input, textarea, select, button,
.site-header .main-navigation nav ul li a,
.mean-container .mean-nav ul li a,
.footer-area,
.widget,
.entry-content,
.site-content,
.entry-meta,
.post-content,
.comment-content,
.sidebar-widget-area {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
    font-size: 20px;
    line-height: 1.618; /* Golden ratio */
}

h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
    font-size: 20px; /* Same as body */
    line-height: 1.618;
}

h5 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
    font-size: 25px; /* 20 × 1.272 */
    line-height: 1.618;
}

h4 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
    font-size: 32px; /* 20 × 1.618 */
    line-height: 1.618;
}

h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
    font-size: 41px; /* 32 × 1.272 */
    line-height: 1.4;
}

h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
    font-size: 52px; /* 32 × 1.618 */
    line-height: 1.4;
}

h1,
.entry-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
    font-size: 84px; /* 52 × 1.618 */
    line-height: 1.2;
}

/* Responsive scaling for smaller screens */
@media (max-width: 1200px) {
    body, p, a, li { font-size: 18px; }
    h6 { font-size: 18px; }
    h5 { font-size: 23px; }
    h4 { font-size: 29px; }
    h3 { font-size: 37px; }
    h2 { font-size: 47px; }
    h1, .entry-title { font-size: 76px; }
}

@media (max-width: 768px) {
    body, p, a, li { font-size: 17px; }
    h6 { font-size: 17px; }
    h5 { font-size: 22px; }
    h4 { font-size: 27px; }
    h3 { font-size: 35px; }
    h2 { font-size: 44px; }
    h1, .entry-title { font-size: 58px; }
}

@media (max-width: 480px) {
    body, p, a, li { font-size: 16px; }
    h6 { font-size: 16px; }
    h5 { font-size: 20px; }
    h4 { font-size: 26px; }
    h3 { font-size: 33px; }
    h2 { font-size: 42px; }
    h1, .entry-title { font-size: 52px; }
}