/*
Theme Name: Raf Tayep Store
Theme URI: https://raftayep.com
Author: Raf Tayep
Description: Lightweight WooCommerce storefront built specifically for Raf Tayep.
Version: 0.6.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: raftayep-store
*/

:root {
  --rt-espresso: #4A2E24;
  --rt-cream: #F5EEE4;
  --rt-caramel: #C58A34;
  --rt-white: #FFFFFF;
  --rt-ink: #241B17;
  --rt-muted: #74645C;
  --rt-border: rgba(74, 46, 36, .14);
  --rt-radius: 16px;
  --rt-shadow: 0 8px 28px rgba(41, 26, 20, .08);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fff;
  color: var(--rt-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.6;
}

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

a { color: inherit; text-decoration: none; }

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

.rt-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important;
}

.site-main {
  min-height: 45vh;
}

@media (max-width: 767px) {
  body { padding-bottom: 74px; }
  .rt-container { width: min(100% - 24px, 1180px); }
}
