:root {
    --accent-lightest: #f47489;
    --accent-light: #f15069;
    --accent: #ee2b4a;
    --accent-dark: #d51a37;
    --accent-darkest: #b0162e;
    --border-bottom-width: 1.5px;
    --border-width: 1.5px;
    --dark-light: #3e3e3c;
    --dark-mid: #262624;
    --dark-dark: #151514;
    --font: Noto Serifpx;
    --font: 16px;
    --font-header: "Noto Sans Display";
    --font-mobile: 15px;
    --gap: 0.25rem;
    --highlight-light: #fff2a5;
    --highlight-mid: #ffec80;
    --highlight-dark: #ffe65b;
    --light-light: #faf9f6;
    --light-mid: #f0eee6;
    --light-dark: #dbd7ca;
    --light-darker: #c6c1ad;
    --nav-bg-toggle: none;
    --radius: 0.25rem;

}