| 12345678910 |
- /* Custom styles for How To Play page */
- .font-bricolage {
- font-family: 'Bricolage Grotesque', sans-serif;
- }
- .yellow-button {
- background: linear-gradient(180deg, #FFE95B 0%, #ECA600 100%);
- box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15), 0px 4px 6px rgba(0, 0, 0, 0.2);
- color: #212121;
- }
|