/*
Theme Name: Neil Manfred — The Guy in the Hat
Description: Personal site for Neil Manfred — Tales from the Hat podcast and blog
Version: 1.0
*/

:root {
    --navy:    #0d1b3e;
    --navy-mid:#152850;
    --cyan:    #22d3ee;
    --cyan-pale: rgba(34,211,238,0.12);
    --white:   #ffffff;
    --mist:    #cdd6e8;
    --ink:     #3d4b6b;
}

* { box-sizing: border-box; }

body {
    font-family: 'Inter', sans-serif;
    color: var(--ink);
    margin: 0;
    background: #ffffff;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}

a { color: inherit; }
