/* Qtag Brand Styles - Shared across all pages */

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap');

/* Qtag Brand Styling */
.qtag-brand {
    display: inline-flex;
    align-items: center;
    font-weight: inherit;
    font-family: 'Fredoka', sans-serif;
    font-weight: 400;
}

.qtag-brand .q-letter {
    color: #E84620; /* Red color for Q */
    font-weight: 600;
    display: inline-block;
    transform: rotate(8deg);
    line-height: 1;
}

/* Badge style for headers and modals */
.logo .qtag-brand,
.header-service-logo.qtag-brand,
.modal-logo .qtag-brand {
    background: #ffffff;
    padding: 0px 8px 4px 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #1a1b1f;
}
