/*
Theme Name: Koonar Theme
Theme URI: https://koonar.com/
Author: The Koonar Family Office
Author URI: https://koonar.com/
Description: A custom theme for the Koonar Family Office, converted from a React application.
Version: 1.0
License:
License URI:
Tags: one-page, custom-theme
*/ 

/* Logo sizing */
.nav-logo {
    height: 32px; /* 8 units = 32px for mobile */
    width: auto;
}

@media (min-width: 1024px) {
    .nav-logo {
        height: 48px; /* 12 units = 48px for desktop */
    }
}