/*
Theme Name: SnusVelo
Theme URI: https://github.com/snusvelo
Description: Fast, lightweight, and modern Snus & Nicotine Pouches Store theme using Tailwind CSS.
Version: 1.0.0
Author: Antigravity
Author URI: https://github.com/snusvelo
Text Domain: snusvelo
*/

/* Basic overrides */
html {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

/* Prevent automatic zooming on focus for mobile inputs */
@media screen and (max-width: 768px) {
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    input[type="search"],
    textarea,
    select {
        font-size: 16px !important;
    }
}

