:root {
    --background: #FAF0E6;
    --page-background: #FAF0E6;
    --accent: #5BCEFA;
    --primary: F5A9B8;

    --babyblue: #5BCEFA;
    --girlpink: #F5A9B8;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: clamp(14px, 1vw, 18px);
}