/*
Theme Name:        Viddizy
Theme URI:         https://viddizy.org
Author:            Viddizy
Author URI:        https://viddizy.org
Description:       A bold, pink-themed Full Site Editing (FSE) block theme for Viddizy — the Gen Z random video and text chat platform. Fully editable via the WordPress Site Editor. Customize colours, fonts, navigation, social links, and every page section without writing code. Built for performance, SEO, and AI search engine discoverability.
Requires at least:  6.4
Tested up to:       6.7
Requires PHP:       8.0
Version:            1.1.0
License:            GNU General Public License v2 or later
License URI:        https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        viddizy
Tags:               full-site-editing, block-patterns, custom-colors, custom-fonts, custom-logo, custom-menu, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, two-columns, one-column, blog, video, social-media, gen-z

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Base resets — block editor handles most styles via theme.json */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Skip link */
.skip-link {
  position: absolute;
  top: -999px;
  left: 6px;
  z-index: 9999;
  padding: 8px 16px;
  background: var(--wp--preset--color--pink-hot);
  color: #fff;
  border-radius: 0 0 8px 8px;
  font-weight: 700;
}
.skip-link:focus { top: 0; }
