:root{
--color-background-header: #426;
--color-background-page: #68BBF8;

--border-p: 2px, solid, white;

--font-style-header: 'Montserrat', 'Trebuchet MS', monospace;
--font-style-p: 'IBM Plex Serif', 'Book Antiqua', serif;

--font-size-title: 42px;
--font-size-subtitle: 28px;
--font-size-p: 16px;

}

body.dark-mode{
    --dark-color-background-page: rgb(31, 0, 61);
    --dark-color-background-header: rgb(43, 27, 0);
}