.dge-heading {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
}
.dge-subtext {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}

.dge-producttype-heading {
    font-family: Noto Sans;
    font-weight: 700;
    font-style: Display Bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;

}

.dge-producttype-list {
    font-family: 'Noto Sans', sans-serif;
    color: #395269;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
}

.dge-list{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
}

:root {
    --dge-primary: #09589E;
    --dge-primary-hover: #074a87;
    --dge-orange: #F26E31;
    --dge-orange-hover: #e55a1f;
}

.dge-btn {
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 0.375rem;
    padding: 0.75rem 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid transparent;
}

.dge-btn-primary {
    background-color: transparent;
    color: var(--dge-orange);
    border-color: var(--dge-orange);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
}

.dge-btn-primary:hover {
    background-color: var(--dge-orange);
    color: white;
    border-color: var(--dge-orange);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(242, 110, 49, 0.3);
}

.dge-btn-primary:disabled {
    cursor: not-allowed;
}

.dge-btn-secondary {
    background-color: transparent;
    color: var(--dge-orange);
    border-color: var(--dge-orange);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
}

.dge-btn-secondary:hover {
    background-color: var(--dge-orange);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(242, 110, 49, 0.3);
}

.dge-feature-icon {
    color: var(--dge-primary);
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}
