/* Siap Ujian — cream + study blue + amber.
 * Tone: focused, aspirational. TOEFL, HSK, JLPT — this is the desk.
 */
:root {
  --accent-1: #3B5A9C;            /* study blue */
  --accent-1-soft: #4E6FB3;
  --accent-2: #D4A454;            /* amber (hourglass brass, highlighter) */
  --accent-ink: #FBF7F0;
  --page-bg: #FBF7F0;
}

body { background: var(--page-bg); }
.section--accent-rule { border-top: 1px solid var(--accent-2); }
