/*
Theme Name: ToskaPress Store
Theme URI: https://example.com/toskapress-store
Author: ToskaPress
Author URI: https://example.com
Description: Tema toko WordPress premium untuk menjual tema dan produk digital berlisensi. Terintegrasi dengan Toska License Commerce.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toskapress-store
Tags: e-commerce, custom-logo, custom-menu, featured-images, translation-ready, blog
*/

:root {
  --tp-primary: #0f9f8f;
  --tp-primary-dark: #087568;
  --tp-ink: #102a2a;
  --tp-paper: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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