/*
Theme Name: TikTok Downloader Theme
Theme URI: https://example.com
Author: Your Site
Description: A clean, fast download-tool theme for TikTok video/audio downloading, with no watermark. Built as a full site homepage matching a paste-link download flow, tool footer links, and a distinct cyan/pink glitch visual identity.
Version: 1.0.4
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tdp-theme
*/

/* Base resets — component styles live in assets/css/style.css */
* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Inter', -apple-system, sans-serif;
	background: #f5f5f2;
	color: #0b0b0f;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
}
