/*
Theme Name: My Custom Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A fully custom theme built from scratch
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: mycustomtheme
*/


html {
    scroll-behavior: smooth;
}
* {
    font-family: 'Satoshi', sans-serif;
}
:root {
    --black: #020202;
    --grey-light: #cfcfcf;
    --base-color-brand--white: #ffffff;
}

.hero-section {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.features_section {
    background-color: #020202;
    transition: background-color 0.3s ease;
}

.features_bg {
    background-color: #ffffff;

}

.word {
    display: inline-block;
    opacity: 1;
    will-change: transform, opacity;
}


@media (max-width: 768px) {
    .lap-video div {
        width: 100%;
    }
}