/* =========================
   PHILIPP & KO Logo
   ========================= */

#header {
    display:flex;
    align-items:center;
}


/* Main brand name */

.brand-name {

    font-family:Inter, Segoe UI, Arial, sans-serif;

    font-size:34px;

    font-weight:800;

    letter-spacing:-1.5px;

    line-height:1;

    color:#111827;

    /* text-transform:uppercase; */

}

.o-name{
    font-size:10px;
}


/* Purple ampersand */

.brand-symbol {

    color:#6366f1;

    margin:0 5px;

}


/* Small company descriptor */

.brand-tagline {

    display:block;

    margin-top:1px;

    font-family:Inter, Segoe UI, Arial, sans-serif;

    font-size:11px;

    font-weight:600;

    letter-spacing:3px;

    text-transform:uppercase;

    color:#64748b;

}