@@ -14,7 +14,7 @@ $font-family-title: "Poppins", sans-serif;
1414$font-title-color : $primary-dark ;
1515$font-title-color-light : #fff !default ;
1616$font-title-color-dark : $primary-dark ;
17- $font-title-weight : 700 !default ;
17+ $font-title-weight : 300 ;
1818
1919// $font-size-base affects the font size of the body text
2020$font-size-base : 1rem !default ; // Assumes the browser default, typically `16px`
@@ -100,7 +100,7 @@ $nav-link-font-size: initial !default;
100100$nav-link-font-weight : 500 !default ;
101101$nav-link-drop-color : $primary !default ;
102102$nav-link-drop : url (' data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="8.444" height="5.2"><path d="M.247.254a.831.831 0 0 1 1.2 0l2.78 2.854L7.011.254A.831.831 0 0 1 8.2.264a.882.882 0 0 1 .01 1.215L4.825 4.946a.835.835 0 0 1-.6.254 1.529 1.529 0 0 1-.6-.254L.247 1.479a.882.882 0 0 1 0-1.226Z" fill="#{url-encoded-color ($nav-link-drop-color )} "/></svg>' ) !default ;
103- $nav-link-drop-color-mobile : #000 !default ;
103+ $nav-link-drop-color-mobile : $primary-dark ;
104104$nav-link-drop-mobile: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="6" height="9"><path fill="%23000" d="M0.256056 8.20064C0.175109 8.12308 0.110695 8.02993 0.0666899 7.92682C0.0226851 7.82371 -3.21599e-08 7.71275 -3.70604e-08 7.60064C-4.19609e-08 7.48853 0.0226851 7.37758 0.0666899 7.27447C0.110695 7.17135 0.175109 7.07821 0.256056 7.00064L3.11006 4.22064L0.256055 1.43664C0.177451 1.35858 0.11525 1.26558 0.0731093 1.16312C0.030969 1.06067 0.00974056 0.950818 0.0106723 0.840037C0.011604 0.729257 0.034677 0.619781 0.0785346 0.518048C0.122392 0.416314 0.186149 0.324378 0.266055 0.247643C0.428692 0.0905508 0.64545 0.00192103 0.871559 6.00434e-05C1.09767 -0.00180095 1.31586 0.0832488 1.48106 0.237643L4.94806 3.62264C5.02845 3.70052 5.09236 3.79377 5.13599 3.89685C5.17963 3.99992 5.20209 4.11071 5.20206 4.22264C5.16148 4.43857 5.07485 4.64321 4.94806 4.82264L1.48106 8.20064C1.31659 8.35962 1.0968 8.44849 0.868056 8.44849C0.639315 8.44849 0.41952 8.35962 0.255056 8.20064L0.256056 8.20064Z" /></svg>') !default;
105105$nav-first-level-gap : 30px !default ;
106106$nav-first-level-uppercase : false !default ;
@@ -240,15 +240,15 @@ $actu-item-title-margin: 0 0 0 0 !default;
240240$actu-item-title-padding : 0 1rem !default ;
241241$actu-item-title-color : $primary-dark ;
242242$actu-item-title-text-transform : initial !default ;
243- $actu-item-title-font-size : $h3-font-size !default ;
244- $actu-item-title-font-weight : initial !default ;
243+ $actu-item-title-font-size : 22 px ;
244+ $actu-item-title-font-weight : 500 ;
245245$actu-item-title-align : left !default ;
246246$actu-item-description-margin : 0 0 0.5rem 0 !default ;
247247$actu-item-description-padding : 0 1rem !default ;
248248$actu-item-description-color : $primary-dark ;
249249$actu-item-description-align : left !default ;
250250$actu-item-description-font-family : $font-family-base !default ;
251- $actu-date-margin : 0 0 0.5 rem 0 !default ;
251+ $actu-date-margin : 1 rem 0 1 rem 0 ;
252252$actu-date-padding : 0 1rem !default ;
253253$actu-date-color : $primary-dark ;
254254$actu-date-font-size : 18px ;
@@ -280,8 +280,8 @@ $event-item-title-margin: 0 !default;
280280$event-item-title-padding : 0 1rem !default ;
281281$event-item-title-color : $primary-dark ;
282282$event-item-title-text-transform : initial !default ;
283- $event-item-title-font-size : $h3-font-size !default ;
284- $event-item-title-font-weight : initial !default ;
283+ $event-item-title-font-size : 22 px ;
284+ $event-item-title-font-weight : 500 ;
285285$event-item-description-margin : 0 0 0.5rem 0 !default ;
286286$event-item-description-padding : 0 1rem !default ;
287287$event-item-description-color : $primary-dark ;
0 commit comments