/*
Theme Name: Naz
Theme URI: https://riyakumari.online/
Author: Saif Ullah
Description: Naz Custom WordPress Theme featuring a Dark Live Video Streaming Landing Page with full-screen click redirection to thecavee blog page and Social Bar Ad integration.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: naz
*/

/* Base reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #030728;
    color: #ffffff;
    line-height: 1.5;
}
