/*
Theme Name: Treasurely Playful Modernism
Theme URI: https://treasurely.co.uk/
Description: A bespoke, fast, and light custom layout matching the clean design framework guidelines.
Version: 1.0.0
Author: Treasurely
Text Domain: treasurely
*/

/* --- Theme Guidelines Colour Swatches Override Variables --- */
:root {
    --color-primary: #FF8C42;
    --color-secondary: #FFD151;
    --color-tertiary: #48B8AC;
    --color-neutral: #2D3142;
}

/* Base resets to safeguard the typography hierarchy */
body {
    font-family: 'Be Vietnam Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}