/*
Theme Name: Toko Komputer Jogja
Theme URI: https://asccomputer.id/
Author: ASC Computer
Author URI: https://asccomputer.id/
Description: Tema WordPress Landing Page Mandiri untuk Toko Komputer, Laptop, PC Rakitan, dan Service Center di Yogyakarta. Cepat, responsif, dan SEO-optimized.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: toko-komputer-jogja
*/

:root {
  --asc-brand: #52ba4a;
  --asc-brand-dark: #3e9637;
  --asc-brand-light: #f0faf0;
  --asc-brand-soft: #e2f5e1;
  --asc-dark: #0f172a;
  --asc-dark-light: #1e293b;
  --asc-text: #334155;
  --asc-muted: #64748b;
  --asc-border: #e2e8f0;
  --asc-border-light: #f1f5f9;
  --asc-white: #ffffff;
  --asc-accent-orange: #f59e0b;
  --asc-wa-color: #22c55e;
  --asc-wa-hover: #16a34a;
  --asc-radius-lg: 20px;
  --asc-radius-md: 14px;
  --asc-radius-sm: 10px;
  --asc-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --asc-shadow-md: 0 10px 30px rgba(15, 23, 42, 0.07);
  --asc-shadow-hover: 0 18px 40px rgba(82, 186, 74, 0.16);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: var(--asc-text);
  line-height: 1.65;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

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

.asc-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}
