/*
Theme Name: Nikena Theme
Theme URI: https://nikena.me
Author: Nikena
Author URI: https://nikena.me
Description: Custom WordPress theme for Nikena Travel – soft adventures in Montenegro.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: lablue-theme
*/

/* Theme font families */
:root {
    --font-display: 'Clash Display', system-ui, sans-serif;
    --font-body: 'Work Sans', var(--font-sans);
}

/* Base reset - minimal */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
}

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

a {
    color: inherit;
}
