/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2025 | 04:48:39 */
/* === THE VIBE STYLES === */

/* Font chung */
body {
  font-family: 'Figtree', sans-serif !important;
}
/* Màu chủ đạo */
:root {
  --vibe-mint: #9ace3c;
}
/* Nút button */
button,
.wp-block-button__link,
input[type="submit"] {
  background-color: var(--vibe-mint) !important;
  color: #000 !important;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 24px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
  background-color: #7cb52d !important;
  color: #fff !important;
}
/* Link nổi bật */
a {
  color: var(--vibe-mint);
}

a:hover {
  color: #7cb52d;
}
/* Tiêu đề */
h1, h2, h3, h4, h5 {
  font-family: 'Figtree', sans-serif !important;
  font-weight: 700;
}
body {
  background-color: #000 !important;
  color: #fff !important;
}
*/ 

