style-mobile.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. @font-face {
  2. font-family: 'Fira Sans';
  3. src: url('/assets/fonts/FiraSans-Bold.eot');
  4. src: url('/assets/fonts/FiraSans-Bold.woff2') format('woff2'),
  5. url('/assets/fonts/FiraSans-Bold.woff') format('woff'),
  6. url('/assets/fonts/FiraSans-Bold.ttf') format('truetype');
  7. font-weight: 800;
  8. font-style: normal;
  9. }
  10. @font-face {
  11. font-family: 'Fira Sans';
  12. src: url('/assets/fonts/FiraSans-Regular.eot');
  13. src: url('/assets/fonts/FiraSans-Regular.woff2') format('woff2'),
  14. url('/assets/fonts/FiraSans-Regular.woff') format('woff'),
  15. url('/assets/fonts/FiraSans-Regular.ttf') format('truetype');
  16. font-weight: 400;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: 'Fira Sans';
  21. src: url('/assets/fonts/FiraSans-Medium.eot');
  22. src: url('/assets/fonts/FiraSans-Medium.woff2') format('woff2'),
  23. url('/assets/fonts/FiraSans-Medium.woff') format('woff'),
  24. url('/assets/fonts/FiraSans-Medium.ttf') format('truetype');
  25. font-weight: 600;
  26. font-style: normal;
  27. }
  28. @font-face {
  29. font-family: 'Fira Sans';
  30. src: url('/assets/fonts/FiraSans-Light.eot');
  31. src: url('/assets/fonts/FiraSans-Light.woff2') format('woff2'),
  32. url('/assets/fonts/FiraSans-Light.woff') format('woff'),
  33. url('/assets/fonts/FiraSans-Light.ttf') format('truetype');
  34. font-weight: 300;
  35. font-style: normal;
  36. }
  37. *, ::before, ::after {
  38. box-sizing: border-box;
  39. border-width: 0;
  40. border-style: solid;
  41. border-color: #656567;
  42. }
  43. html {
  44. line-height: 1.5;
  45. -webkit-text-size-adjust: 100%;
  46. -moz-tab-size: 4;
  47. -o-tab-size: 4;
  48. tab-size: 4;
  49. font-family: 'Fira Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  50. font-feature-settings: normal;
  51. }
  52. body {
  53. background-color: #191919;
  54. margin: 0;
  55. line-height: inherit;
  56. }
  57. body.error-message {
  58. height: auto;
  59. }
  60. pre.traceback {
  61. padding: 1em;
  62. overflow: scroll;
  63. width: 100%;
  64. }
  65. .antialiased {
  66. -webkit-font-smoothing: antialiased;
  67. -moz-osx-font-smoothing: grayscale;
  68. }
  69. .text-white {
  70. color: #FFF;
  71. }
  72. .text-sm {
  73. font-size: .875rem;
  74. line-height: 1.25rem;
  75. }
  76. .font-sans {
  77. font-family: 'Fira Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  78. }
  79. .bg-black {
  80. background-color: #191919;
  81. }
  82. .min-w-full {
  83. min-width: 100%;
  84. }
  85. .h-full {
  86. height: 100%;
  87. }
  88. .px-4 {
  89. padding-left: 1rem;
  90. padding-right: 1rem;
  91. }
  92. .flex-col {
  93. flex-direction: column;
  94. }
  95. .min-h-screen {
  96. min-height: 100vh;
  97. }
  98. .flex {
  99. display: flex;
  100. }
  101. .fixed {
  102. position: fixed;
  103. }
  104. .grid-cols-3 {
  105. grid-template-columns: repeat(3,minmax(0,1fr));
  106. }
  107. .h-16 {
  108. height: 4rem;
  109. }
  110. .grid {
  111. display: grid;
  112. }
  113. .text-base {
  114. font-size: 1rem;
  115. line-height: 1.5rem;
  116. }
  117. .justify-self-start {
  118. justify-self: start;
  119. }
  120. .items-center {
  121. align-items: center;
  122. }
  123. .cursor-pointer {
  124. cursor: pointer;
  125. }
  126. button, [role="button"] {
  127. cursor: pointer;
  128. }
  129. button, [type="button"], [type="reset"], [type="submit"] {
  130. -webkit-appearance: button;
  131. background-color: #191919;
  132. background-image: none;
  133. }
  134. button, select {
  135. text-transform: none;
  136. }
  137. button, input, optgroup, select, textarea {
  138. font-family: inherit;
  139. font-size: 100%;
  140. font-weight: inherit;
  141. line-height: inherit;
  142. color: inherit;
  143. margin: 0;
  144. padding: 0;
  145. }
  146. .fill-current {
  147. fill: currentColor;
  148. }
  149. img, svg, video, canvas, audio, iframe, embed, object {
  150. display: block;
  151. vertical-align: middle;
  152. }
  153. .justify-center {
  154. justify-content: center;
  155. }
  156. .grow {
  157. flex-grow: 1;
  158. }
  159. .font-extrabold {
  160. font-weight: 800;
  161. }
  162. .text-8xl {
  163. font-size: 6rem;
  164. line-height: 1;
  165. }
  166. .mb-9 {
  167. margin-bottom: 2.25rem;
  168. }
  169. blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  170. margin: 0;
  171. }
  172. h1, h2, h3, h4, h5, h6 {
  173. font-size: inherit;
  174. font-weight: inherit;
  175. }
  176. img, video {
  177. max-width: 100%;
  178. height: auto;
  179. }
  180. img, svg, video, canvas, audio, iframe, embed, object {
  181. display: block;
  182. vertical-align: middle;
  183. }
  184. .font-semibold {
  185. font-weight: 600;
  186. }
  187. .text-xl {
  188. font-size: 1.25rem;
  189. line-height: 1.75rem;
  190. }
  191. .text-center {
  192. text-align: center;
  193. }
  194. .min-h-\[4rem\] {
  195. min-height: 4rem;
  196. }
  197. .max-w-prose {
  198. max-width: 65ch;
  199. }
  200. .mt-9 {
  201. margin-top: 2.25rem;
  202. }
  203. .text-gray {
  204. color: #999;
  205. }
  206. .text-center {
  207. text-align: center;
  208. }
  209. .max-w-prose {
  210. max-width: 65ch;
  211. }
  212. .mt-4 {
  213. margin-top: 1rem;
  214. }