.blob-1 { border-radius: 42% 56% 72% 28% / 42% 42% 56% 48%; }
.blob-2 { border-radius: 72% 28% 42% 56% / 56% 48% 42% 42%; }
.blob-3 { border-radius: 28% 72% 56% 42% / 48% 56% 42% 42%; }

.fonto-tag {
    display: inline-flex;
    align-items: baseline;
    gap: 0.12em;
    vertical-align: baseline;
}
.fonto-tag img {
    height: 0.78em;
    width: 0.78em;
    display: inline-block;
    border-radius: 0.12em;
    flex-shrink: 0;
    position: relative;
    top: 0.08em;
}

.formula-bg {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='10' y='30' font-family='serif' font-size='18' fill='%23fdf2f8' opacity='0.5'%3E%E2%88%91%3C/text%3E%3Ctext x='35' y='50' font-family='serif' font-size='14' fill='%23fdf2f8' opacity='0.4'%3E%E2%88%AB%3C/text%3E%3C/svg%3E");
}

.fromulo-logo {
    display: inline-flex;
    align-items: baseline;
    text-decoration: none;
    line-height: 1;
}
.fromulo-logo-symbol {
    font-size: 1.6em;
    font-weight: 900;
    -webkit-text-stroke: 1px currentColor;
    paint-order: stroke fill;
    line-height: 0.8;
    margin-right: 0.05em;
}
.fromulo-logo-text {
    font-family: 'STIX Two Text', Georgia, serif;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.gradient-border {
    background: linear-gradient(135deg, #ec4899, #db2777, #be185d);
}
