/*
Theme Name: TechCaravan New
Theme URI: https://example.com/
Author: TechCaravan
Author URI: https://example.com/
Description: Custom theme based on Figma design.
Version: 0.1.0
Text Domain: techcaravan-new
*/

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Global link styles */
a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #fff ;
}

a:active {
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
