/* Google Fonts for Filament Admin - Import all fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&family=Poppins:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@300;400;500;600;700;800;900&family=Lora:wght@300;400;500;600;700&family=Merriweather:wght@300;400;700;900&family=Oswald:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700;800;900&family=Nunito:wght@300;400;500;600;700;800;900&family=Source+Sans+Pro:wght@300;400;600;700;900&family=Ubuntu:wght@300;400;500;700&family=Lato:wght@300;400;700;900&family=Work+Sans:wght@300;400;500;600;700;800;900&family=Fira+Sans:wght@300;400;500;600;700;800;900&family=DM+Sans:wght@300;400;500;700&family=Oxygen:wght@300;400;700&family=Quicksand:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700;800;900&family=Barlow:wght@300;400;500;600;700;800;900&family=Karla:wght@300;400;500;600;700;800&family=Manrope:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Bebas+Neue&family=Anton&family=Fjalla+One&family=Righteous&family=Abril+Fatface&family=Lobster&family=Dancing+Script:wght@400;500;600;700&family=Pacifico&family=Great+Vibes&family=Satisfy&family=Kalam:wght@300;400;700&family=JetBrains+Mono:wght@300;400;500;600;700;800&family=Fira+Code:wght@300;400;500;600;700&family=Source+Code+Pro:wght@300;400;500;600;700;900&family=IBM+Plex+Mono:wght@300;400;500;600;700&family=Crimson+Text:wght@400;600;700&family=Libre+Baskerville:wght@400;700&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

/* Google Font Select Styling */
.google-font-select .fi-select-option {
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.google-font-select .fi-select-option:last-child {
    border-bottom: none;
}

.google-font-select .fi-select-option span {
    display: block;
    font-size: 16px !important;
    line-height: 1.4;
    font-weight: 500;
}

/* Choices.js specific styles */
.google-font-select .choices__list--dropdown .choices__item {
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px !important;
    line-height: 1.4;
}

.google-font-select .choices__list--dropdown .choices__item:last-child {
    border-bottom: none;
}

.google-font-select .choices__list--dropdown .choices__item--highlighted {
    background-color: #f3f4f6 !important;
}

/* Tom Select specific styles */
.google-font-select .ts-dropdown .option {
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px !important;
    line-height: 1.4;
}

.google-font-select .ts-dropdown .option:last-child {
    border-bottom: none;
}

.google-font-select .ts-dropdown .option.active {
    background-color: #f3f4f6 !important;
}

/* Filament native select styles */
.google-font-select select option {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.4;
}