1+ @import url ('https://fonts.googleapis.com/css2?family=Righteous' );
2+ /* @import url('https://fonts.cdnfonts.com/css/conduit-itc-medium'); */
3+
4+ @font-face {
5+ font-family : "Conduit ITC W04 Regular" ;
6+ src : url ("https://db.onlinewebfonts.com/t/d032cc8a57ef4a7d2a5ebb7be4e63c71.eot" );
7+ src : url ("https://db.onlinewebfonts.com/t/d032cc8a57ef4a7d2a5ebb7be4e63c71.eot?#iefix" )format ("embedded-opentype" ),
8+ url ("https://db.onlinewebfonts.com/t/d032cc8a57ef4a7d2a5ebb7be4e63c71.woff2" )format ("woff2" ),
9+ url ("https://db.onlinewebfonts.com/t/d032cc8a57ef4a7d2a5ebb7be4e63c71.woff" )format ("woff" ),
10+ url ("https://db.onlinewebfonts.com/t/d032cc8a57ef4a7d2a5ebb7be4e63c71.ttf" )format ("truetype" ),
11+ url ("https://db.onlinewebfonts.com/t/d032cc8a57ef4a7d2a5ebb7be4e63c71.svg#Conduit ITC W04 Regular" )format ("svg" );
12+ }
13+
114html ,
215body {
316 padding : 0 ;
@@ -20,8 +33,17 @@ html {
2033 color-scheme : dark;
2134}
2235body {
23- --cs-bg-color : # 00254b ;
24- --cs-text-color : # f1e7da ;
36+ --cs-brutalist-red : # b03a48 ;
37+ --cs-brutalist-orange : # d4804d ;
38+ --cs-brutalist-yellow : # d6b74b ;
39+ --cs-brutalist-green : # 3e7a4c ;
40+ --cs-brutalist-blue : # 3266a3 ;
41+ --cs-brutalist-purple : # 915394 ;
42+ --cs-brutalist-pink : # d980a0 ;
43+ --cs-brutalist-creme : # f1e7da ;
44+ --cs-white-grey : # cdcdcd ;
45+ --cs-bg-color : var (--cs-brutalist-blue );
46+ --cs-text-color : # 151515 ;
2547 color : var (--cs-text-color );
2648 background : var (--cs-bg-color );
2749}
0 commit comments