11@import 'tailwindcss' ;
2+
3+ @theme {
4+ --font-raleway : 'Raleway' , sans-serif;
5+ --font-neue-machina : 'NeueMachina' , sans-serif;
6+
7+ --font-weight-thin : 100 ;
8+ --font-weight-extralight : 200 ;
9+ --font-weight-light : 300 ;
10+ --font-weight-regular : 400 ;
11+ --font-weight-medium : 500 ;
12+ --font-weight-semibold : 600 ;
13+ --font-weight-bold : 700 ;
14+ --font-weight-extrabold : 800 ;
15+ --font-weight-black : 900 ;
16+
17+ --color-labyrinth-red : # BB1824 ;
18+ --color-labyrinth-blue : # 00BBFF ;
19+ --color-labyrinth-yellow : # FFD600 ;
20+ --color-labyrinth-green : # 00FF9D ;
21+ --color-labyrinth-purple : # 9C27B0 ;
22+ }
23+
24+ @font-face {
25+ font-family : "NeueMachina" ;
26+ font-weight : 100 ;
27+ font-style : normal;
28+ src : url ('/assets/fonts/NeueMachina/PPNeueMachina-InktrapLight.otf' ) format ('opentype' );
29+ }
30+
31+ @font-face {
32+ font-family : "NeueMachina" ;
33+ font-weight : 100 ;
34+ font-style : italic;
35+ src : url ('/assets/fonts/NeueMachina/PPNeueMachina-InktrapLightItalic.otf' ) format ('opentype' );
36+ }
37+
38+ @font-face {
39+ font-family : "NeueMachina" ;
40+ font-weight : 400 ;
41+ font-style : normal;
42+ src : url ('/assets/fonts/NeueMachina/PPNeueMachina-InktrapRegular.otf' ) format ('opentype' );
43+ }
44+
45+ @font-face {
46+ font-family : "NeueMachina" ;
47+ font-weight : 400 ;
48+ font-style : italic;
49+ src : url ('/assets/fonts/NeueMachina/PPNeueMachina-InktrapRegularItalic.otf' ) format ('opentype' );
50+ }
51+
52+ @font-face {
53+ font-family : "NeueMachina" ;
54+ font-weight : 900 ;
55+ font-style : normal;
56+ src : url ('/assets/fonts/NeueMachina/PPNeueMachina-InktrapUltrabold.otf' ) format ('opentype' );
57+ }
58+
59+ @font-face {
60+ font-family : "NeueMachina" ;
61+ font-weight : 900 ;
62+ font-style : italic;
63+ src : url ('/assets/fonts/NeueMachina/PPNeueMachina-InktrapUltraboldItalic.otf' ) format ('opentype' );
64+ }
0 commit comments