/*
Theme Name:  kantongtehcelup
Theme URI:   https://kantongtehcelup.com
Author:      Magenta Indopack Group
Author URI:  https://magentaindopack.com
Description: Custom theme untuk kantongtehcelup.com — anak brand dari Magenta Indopack
Version:     1.0.0
License:     Proprietary
Text Domain: kantongtehcelup
*/

/* Base reset minimal — detail styles di assets/css/ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
