/**
Theme Name: ZLM Theme
Author: Zoey Lim
Author URI: https://zoeylimmusic.com
Description: Customized theme for Zoey Lim Music
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zlm-theme
Template: astra
*/

:root{
  /* Color */
  --paper:       #F3EEE5;  /* primary background */
  --paper-deep:  #ECE4D6;  /* secondary background — About section, iframe frame */
  --ink:         #2A241D;  /* primary text */
  --ink-soft:    #5C5347;  /* secondary text — subheads, meta */
  --ink-faint:   #8A8172;  /* tertiary text — timestamps, empty states */
  --accent:      #6B4226;  /* the one accent — italic emphasis, dividers, monogram */
  --line:        #D9CFBE;  /* structural hairlines — dividers, borders */

  /* Type */
  --display: 'Cormorant', serif;       /* headline + monogram, weight 600, italic for emphasis */
  --body:    'Newsreader', serif;      /* running copy, weight 400–500 */
  --ui:      'Instrument Sans', sans-serif; /* eyebrows, labels, small caps-style UI text */
}