| 123456789101112131415161718192021222324 |
- body, input, button
- font-size: 16px
- font-family: "Raleway", sans-serif
- font-style: normal
- font-weight: normal
- font-optical-sizing: auto
- @media only screen and (max-width: 230px)
- word-break: break-all
- h1, h2, h3, h4, h5, h6
- font-family: "Cal Sans", sans-serif
- font-optical-sizing: auto
- font-weight: normal
- font-style: normal
- color: $primary
- .numbers
- font-family: "Roboto", sans-serif
- font-optical-sizing: auto
- font-weight: normal
- font-style: normal
- font-variation-settings: "wdth" 100
|