/*   
Theme Na/* ===== MODERN TYPE TESTER ===== */

/* Hide UI lama */
select,
input[type="text"],
.font-size-options,
.type-options {
  display: none !important;
}

/* Wrapper baru */
.modern-tester {
  background: #000;
  color: #fff;
  padding: 40px;
  text-align: center;
}

/* Controls */
.controls {
  display: flex;
  justify-content: center;
  gap: 60px;
  font-size: 12px;
  margin-bottom: 40px;
}

.controls div {
  text-align: center;
}

.controls input {
  width: 150px;
}

/* Preview text */
.type-preview,
.type-tester h2 {
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: 0;
  transition: all 0.2s ease;
}

/* Slider style (biar lebih clean) */
input[type="range"] {
  appearance: none;
  height: 2px;
  background: #444;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  background: #fff;
  cursor: pointer;
}me: WP Typeface
Description: Wordpress Theme Specially Designed to make Type Designer's life easier
Author: 9aman
Author URI: https://wptypeface.com/
Version: 2.9
*/