2020-10-12 11:19:10 +00:00
|
|
|
@mixin import-whitney($weight)
|
|
|
|
@font-face
|
|
|
|
font-family: Whitney
|
|
|
|
font-weight: $weight
|
|
|
|
src: url(static("/assets/fonts/whitney-" + $weight + ".woff")) format("woff2")
|
|
|
|
|
|
|
|
+import-whitney(400)
|
|
|
|
+import-whitney(500)
|
2020-10-11 13:26:24 +00:00
|
|
|
|
|
|
|
body
|
|
|
|
font-family: sans-serif
|
|
|
|
background-color: #36393e
|
|
|
|
color: #ddd
|
2020-10-12 11:19:10 +00:00
|
|
|
font-size: 16px
|
2020-10-11 13:26:24 +00:00
|
|
|
font-family: Whitney
|
2020-10-12 11:19:10 +00:00
|
|
|
line-height: 1.45
|
2020-10-11 13:26:24 +00:00
|
|
|
margin: 0
|
|
|
|
height: 100vh
|
2020-10-12 11:19:10 +00:00
|
|
|
font-weight: 400
|
2020-10-11 13:26:24 +00:00
|
|
|
|
|
|
|
.main
|
|
|
|
height: 100vh
|
|
|
|
display: flex
|