/*
Theme Name: Timber Company
Theme URI: https://example.com/timber-company-theme/
Author: Webrazvoj
Author URI: https://webrazvoj.eu/
Description: A premium WordPress theme for timber and woodworking companies that specialize in wooden doors and windows. Features elegant design with rich wooden textures and a professional layout.
Version: 1.0
Requires at least: 5.9
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: timber-company
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, full-site-editing

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* Import Google Fonts - Roboto and Bebas Neue */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@300;400;500;700&display=swap');

:root {
    /* Colors from Timber Company website */
    --color-primary: #2d2625;
    --color-secondary: #755a44;
    --color-accent: #ae8358;
    --color-light: #eee6d7;
    --color-dark: #2d2625;
    --color-gray: #878a8b;
    --color-light-brown: #bea184;
    --color-light-gray: #b9b8b5;
    --color-green: #48b83c;
    --theme-color-bg_color: #26211E;
    --section-even-bg_color: #E9E4D0;

    /* Typography */
    --font-primary: 'Roboto', sans-serif;
    --font-heading: 'Bebas Neue', sans-serif;

    /* Font Sizes */
    --theme-font-h1_font-size: 3.353em;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-xxl: 3rem;
}

body {
    font-family: var(--font-primary);
    color: var(--color-dark);
    background-color: var(--color-light);
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
}

/* This is just the base CSS - more styles will be added in separate files */
