/*
Theme Name: DREAMY-SIGNAL
Theme URI: https://dreamysignal.com
Author: Dreamy Signal
Author URI: https://dreamysignal.com
Description: قالب شرکتی سه‌بعدی دریمی سیگنال — بهینه، سئو شده، سه‌زبانه (فارسی، عربی، انگلیسی).
Version: 2.0.8
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: dreamy-signal
Domain Path: /languages
*/

/* ==========================================================================
   Block: ds-site
   Theme tokens are defined in ds-theme-mode.css
   ========================================================================== */

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

html.ds-site {
	height: auto;
	margin: 0;
	min-height: 100%;
	-ms-overflow-style: none;
	overflow-x: hidden;
	padding: 0;
	scrollbar-width: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

html.ds-site::-webkit-scrollbar,
html.ds-site body::-webkit-scrollbar {
	display: none;
	height: 0;
	width: 0;
}

body.ds-site__body {
	height: auto;
	margin: 0;
	-ms-overflow-style: none;
	min-height: 100%;
	overflow-x: hidden;
	padding: 0;
	scrollbar-width: none;
}

.ds-site__main {
	display: block;
	min-height: 100vh;
	width: 100%;
}
