/*
Theme Name: 一镜成片 One Take
Theme URI: https://532.35.wang/
Author: 35.WANG
Author URI: https://ai.35.wang/
Description: 面向个人介绍、视频简历和本地小店短片服务的黑白剪辑工作台主题。
Version: 1.0.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: one-take
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

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

button,
input,
textarea,
select {
	font: inherit;
}

a {
	color: inherit;
}
