/*
Theme Name: TurbOil
Theme URI: https://turboil.com
Author: TurbOil Team
Author URI: https://turboil.com
Description: Кастомна тема для TurbOil - сучасний, швидкий та гнучкий WordPress шаблон
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: turboil
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
11.0 Media
12.0 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #005177;
}

img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  @include tablet {
    padding: 0 20px;
  }
}

.site-header {
    background: #fff;
}

.site-content {
    padding: 40px 0;
    min-height: calc(100vh - 200px);
}

.site-footer {
    background: #333;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.main-navigation a {
    display: block;
    padding: 10px 15px;
}

/*--------------------------------------------------------------
6.0 Content
--------------------------------------------------------------*/
.entry-content {
    margin-bottom: 2rem;
}

.entry-content p {
    margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
7.0 Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .main-navigation ul {
        flex-direction: column;
    }

    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
}
