/* ————— Root elements (REM) ————— */

html {
    font-size: 20px;
}

/* ————— Text styles ————— */

h1 {
    font-size: 2.5rem;
    font-family: ivypresto-display, serif;
    font-weight: 600;
    font-style: italic;;
}

body {
    font-family: ivystyle-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* ————— Container styles —————— */

.container-header {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}