:root {

    /* ^ Palette */
    --color-primary: #164787;
    --color-bg: #f4eded;
    --color-cta: #8ec906;
    --color-text: #3b3b3b;
    --color-layer: #abc7ef;



    /* ^ Font */
    --font-title: 'Times New Roman', Times, serif;
    --font-text: "Questrial", sans-serif;

    

    /* ^ Border Radius */
    --border-radius: 25px;

}