/*
Theme Name:  Amalia Samaraweera
Theme URI:   https://www.amaliasamaraweera.com
Author:      Amalia Samaraweera
Description: Custom portfolio theme — interactive art, music & writing.
Version:     1.0.0
License:     Private
Text Domain: amalia
*/

/* =====================================================
   GLOBAL TOKENS & RESETS
   ===================================================== */

:root {
    --bg-dark:    #0a0a0a;
    --text-light: #f5f5f0;
    --cream:      #F7F4EF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    background: #090909;
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: var(--text-light);
    position: relative;
}
