/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 13 Feb 2025, 2:32 pm
*/

.foogallery .fg-caption-title {
    font-family: Spline Sans;
    font-weight: 600;
    font-style: normal !important;
}

.fg-caption-desc {
    color: #f7f7f7;
}
.fg-media-caption-title {
	font-size: 18px !important;
}
.fg-media-caption-description {
	font-size: 17px !important;
}
.fg-caption-desc {
    font-family: Spline Sans;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 1.2em !important;
    color: #eee !important;
}

