/*
Theme Name: Ntive Base
Theme URI: http://ntive.co
Author: BAZTheProducer
Author URI: http://baztheproducer.com
Description: Ultra-minimal super-lightweight theme optimized for Elementor. Inspired by Hello Elementor, stripped of all extras.
Version: 1.0
Text Domain: ntive-base-theme
*/

/* Import Roboto from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Apply Roboto globally and default text color */
body, input, textarea, select, button {
    font-family: 'Roboto', sans-serif;
    color: #cecece;
}
