/*
Theme Name: Singhathong26
Theme URI: https://singhathongfirearms.com
Author: Nopphan Bunnag
Author URI: https://npbn.me
Description: Singhathong Firearms Official WordPress Theme
Version: 1.0.0
Tested up to: 6.7
Requires at least: 6.4
Requires PHP: 8.0
License: Proprietary - All Rights Reserved
License URI:
Text Domain: singhathong26
Tags: woocommerce, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready, tailwindcss

Singhathong26 WordPress Theme
Copyright (C) 2024-2025 Singhathong Firearms Co., Ltd.
All Rights Reserved.

This theme is proprietary software. Unauthorized copying, modification,
distribution, or use of this software, via any medium, is strictly prohibited.
*/

/* Critical CSS - loaded before main stylesheet */
:root {
    --color-gold: #B19E6F;
    --color-gold-light: #DBBA65;
    --color-taupe: #867E6B;
    --color-olive: #5C584D;
    --color-brown: #332E22;
    --color-brown-dark: #332C1A;
    --color-white: #FFFFFF;
    --color-black: #000000;

    --font-display: 'Prompt', sans-serif;
    --font-body: 'Sarabun', sans-serif;
}

/* Prevent FOUC */
body {
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.loaded {
    opacity: 1;
}
