/*
Theme Name: iSIMTOUR Theme
Theme URI: https://isimtour.com
Description: Premium Custom Theme replicating the look and feel of isimtour.com, optimized for WooCommerce and eSIM.
Version: 1.0.0
Author: Antigravity AI
Author URI: https://isimtour.com
Text Domain: esimtour-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --primary-color: #0066cc;
    --primary-hover: #0052a3;
    --secondary-color: #ffd700;
    --bg-light: #f4f7f6;
    --card-bg: #ffffff;
    --text-main: #333333;
    --text-muted: #666666;
    --border-color: #e0e0e0;
    --success-color: #2ec4b6;
    --danger-color: #e71d36;
    --font-sans: 'Inter', sans-serif;
    --radius-lg: 12px;
    --radius-md: 8px;
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 15px rgba(0,0,0,0.08);
    --shadow-lg: 0 10px 30px rgba(0,0,0,0.12);
    --transition: all 0.3s ease;
}

body {
    font-family: var(--font-sans);
    background-color: var(--bg-light);
    color: var(--text-main);
    line-height: 1.6;
}
