| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  | * { | 
					
						
							|  |  |  |   box-sizing: border-box; | 
					
						
							|  |  |  |   margin: 0; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-09 00:19:43 +01:00
										 |  |  | html { | 
					
						
							|  |  |  |   font-size: 1rem; | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  |   font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif; | 
					
						
							| 
									
										
										
										
											2024-11-09 00:19:43 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | body { | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  |   text-align: left; | 
					
						
							|  |  |  |   margin: 0 auto; | 
					
						
							|  |  |  |   font-size: 1.5rem; | 
					
						
							|  |  |  |   line-height: 1.5em; | 
					
						
							|  |  |  |   max-width: 70ch; | 
					
						
							|  |  |  |   color: #000; | 
					
						
							|  |  |  |   background: #fff; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  | h1, h2, h3, h4, h5, h6 { | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  |   font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif; | 
					
						
							|  |  |  |   margin-top: 1em; | 
					
						
							|  |  |  |   margin-bottom: 2rem; | 
					
						
							|  |  |  |   color: #333; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* 1. Use a more-intuitive box-sizing model */ | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  | * { | 
					
						
							|  |  |  |   box-sizing: border-box; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | *::before, *::after { | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  |   box-sizing: border-box; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | body { | 
					
						
							|  |  |  |   /* Improve text rendering */ | 
					
						
							|  |  |  |   -webkit-font-smoothing: antialiased; | 
					
						
							| 
									
										
										
										
											2024-11-09 00:19:43 +01:00
										 |  |  |   font-family: Helvetica, Arial, sans-serif; | 
					
						
							|  |  |  |   padding-bottom: 20vh; | 
					
						
							|  |  |  |   padding-left: 2rem; | 
					
						
							|  |  |  |   padding-bottom: 2rem; | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*  Improve media defaults */ | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  | img, picture, video, canvas, svg { | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  |   display: block; | 
					
						
							|  |  |  |   width: 100%; | 
					
						
							|  |  |  |   margin-top: 1rem; | 
					
						
							|  |  |  |   margin-bottom: 1rem; | 
					
						
							|  |  |  |   max-width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Inherit fonts for form controls */ | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  | input, button, textarea, select { | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  |   font: inherit; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Avoid text overflows */ | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  | p, h1, h2, h3, h4, h5, h6 { | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  |   overflow-wrap: break-word; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Improve line wrapping */ | 
					
						
							|  |  |  | p { | 
					
						
							|  |  |  |   text-wrap: pretty; | 
					
						
							|  |  |  |   margin-top: 1.5rem; | 
					
						
							|  |  |  |   margin-bottom: 1rem; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2024-11-09 00:19:43 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  | h1 { | 
					
						
							| 
									
										
										
										
											2024-11-09 00:19:43 +01:00
										 |  |  |   font-size: 4rem; | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  |   color: #221d30; | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | h2 { | 
					
						
							| 
									
										
										
										
											2024-11-09 00:19:43 +01:00
										 |  |  |   font-size: 3rem; | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | h3 { | 
					
						
							|  |  |  |   font-size: 1.5rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  | h1, h2, h3, h4, h5, h6 { | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  |   text-wrap: balance; | 
					
						
							|  |  |  |   line-height: 1.3em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  | #root, #__next { | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  |   isolation: isolate; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  | input, button, textarea, select { | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  |   font: inherit; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  | a { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   padding: 0.5rem 2rem; | 
					
						
							|  |  |  |   margin-right: 1rem; | 
					
						
							|  |  |  |   margin-bottom: 1rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  | ul { | 
					
						
							|  |  |  |   padding-left: 4ch; | 
					
						
							|  |  |  |   padding-right: 4ch; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2024-11-09 00:19:43 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  | li { | 
					
						
							|  |  |  |   margin-bottom: 1em; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2024-11-09 00:19:43 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | #title-block-header { | 
					
						
							| 
									
										
										
										
											2024-11-10 00:16:15 +01:00
										 |  |  |   display: none; | 
					
						
							| 
									
										
										
										
											2024-11-09 00:19:43 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-08 23:19:39 +01:00
										 |  |  | @media (max-width: 20rem) { | 
					
						
							|  |  |  |   body { | 
					
						
							|  |  |  |     padding: 1rem; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2024-11-10 00:01:15 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*# sourceMappingURL=style_general.css.map */ |