@@ -9,8 +9,9 @@ $primary-light: #eff2f5;
99@import url (" https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" );
1010@import url (" https://fonts.googleapis.com/css2?family=Nunito:wght@400;500&display=swap" );
1111@import url (" https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" );
12+ @import url (" https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Lilita+One&display=swap" );
1213
13- $font-family-base : " Roboto " , sans-serif !default ;
14+ $font-family-base : " Carlito " , sans-serif ;
1415$font-family-title : " Lilita One" , sans-serif ;
1516$font-title-color : $primary !default ;
1617$font-title-color-light : #fff !default ;
@@ -232,26 +233,26 @@ $actu-item-bg-radius: 20px 0 20px 20px;
232233$actu-category-margin : 0 0 0.5rem 0 !default ;
233234$actu-category-padding : 0.5rem 1rem !default ;
234235$actu-category-color : #fff ;
235- $actu-category-bg-color : $primary-svg ;
236+ $actu-category-bg-color : $primary ;
236237$actu-category-text-transform : initial ;
237238$actu-category-font-size : 14px ;
238239$actu-category-font-weight : bold ;
239240$actu-category-radius : 0 0 20px ;
240241$actu-item-title-margin : 0 0 0 0 !default ;
241242$actu-item-title-padding : 0 1rem !default ;
242- $actu-item-title-color : #fff ;
243+ $actu-item-title-color : #000 ;
243244$actu-item-title-text-transform : initial !default ;
244245$actu-item-title-font-size : $h3-font-size !default ;
245246$actu-item-title-font-weight : initial !default ;
246247$actu-item-title-align : center ;
247248$actu-item-description-margin : 0 0 0.5rem 0 !default ;
248249$actu-item-description-padding : 0 1rem !default ;
249- $actu-item-description-color : #fff ;
250+ $actu-item-description-color : #000 ;
250251$actu-item-description-align : center ;
251252$actu-item-description-font-family : $font-family-base !default ;
252253$actu-date-margin : 0 0 0.5rem 0 !default ;
253254$actu-date-padding : 0 1rem !default ;
254- $actu-date-color : #fff ;
255+ $actu-date-color : #000 ;
255256$actu-date-font-size : 14px !default ;
256257$actu-date-align : center ;
257258$actu-see-all-justify-content : $see-all-justify-content !default ;
@@ -272,8 +273,8 @@ $event-item-bg-radius: 20px 0 20px 20px;
272273$event-category-margin : 0 0 0.5rem 0 !default ;
273274$event-category-padding : 0.5rem 1rem !default ;
274275$event-category-color : #fff ;
275- $event-category-bg-color : $primary-svg ;
276- $event-category-text-transform : uppercase !default ;
276+ $event-category-bg-color : $primary ;
277+ $event-category-text-transform : initial ;
277278$event-category-font-size : 14px ;
278279$event-category-font-weight : initial !default ;
279280$event-category-radius : 0 0 20px ;
0 commit comments