/*--------------------------------------------------------------------------*\
    header
\*--------------------------------------------------------------------------*/

.header {
    /*box*/
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 11;/* Max index for header */

    /*text*/
    font-family: var(--ff-title);
}