/*
Theme Name: VaynerMedia Custom
Theme URI: https://vaynermedia.com
Author: Antigravity
Author URI: https://vaynermedia.com
Description: A highly premium, responsive, and editable clone of the VaynerMedia website.
Version: 1.0.0
Text Domain: vaynermedia-custom
*/

/* Reset and Core Styles */
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Figtree', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
    box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}
