@font-face {
    font-family: "InstaPress Sans";
    src: url("/assets/instapress-sans.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
}

:root {
    --instapress-font: "InstaPress Sans", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    color: #f7f8fa;
    font-family: var(--instapress-font);
    text-decoration: none;
}

.brand-mark {
    display: block;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.brand-name {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.brand-name strong {
    color: #e9ebee;
    font-weight: 700;
}

.brand-name span {
    color: #969ca6;
    font-weight: 400;
}

.brand.compact {
    gap: 8px;
}

.brand.compact .brand-mark {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
}

.brand.compact .brand-name {
    font-size: 18px;
}
