/*
Theme Name: Alborz Persian
Theme URI: https://alborzpersian.com/
Author: Alborz Persian
Description: قالب سبک و مستقل فروشگاه البرز پرشین
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.1
Text Domain: alborz-persian
*/

:root {
  color-scheme: light;
}

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

html {
  direction: rtl;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: #10192e;
  font-family: Tahoma, Arial, sans-serif;
}

.alborz-theme-main {
  min-height: 60vh;
}

.alborz-theme-content {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
  padding-block: 56px;
}

.alborz-theme-content img {
  max-width: 100%;
  height: auto;
}

.alborz-theme-empty {
  padding: 72px 20px;
  text-align: center;
}
