You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							48 lines
						
					
					
						
							611 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							48 lines
						
					
					
						
							611 B
						
					
					
				| 
 | |
| 
 | |
| .font-regular{ | |
|     font-weight: 400 !important; | |
| } | |
| .font-light{ | |
|     font-weight: 200 !important; | |
| } | |
| .font-medium{ | |
|     font-weight: 500 !important; | |
| } | |
| .font-semibold{ | |
|     font-weight: 600 !important; | |
| } | |
| .font-bold{ | |
|     font-weight: 700 !important; | |
| } | |
| .font-normal { | |
|     font-style: normal !important; | |
| } | |
| .font-italic { | |
|     font-style: italic !important; | |
| } | |
| 
 | |
| 
 | |
| .text-right{ | |
|     text-align: right; | |
| } | |
| .text-center{ | |
|     text-align: center; | |
| } | |
| .text-left{ | |
|     text-align: left; | |
| } | |
| 
 | |
| .text-upper{ | |
|     text-transform: uppercase; | |
| } | |
| 
 | |
| .text-white{ | |
|     color: white; | |
| } | |
| .text-black{ | |
|     color: black; | |
| } | |
| .text-red{ | |
|     color: $red; | |
| }
 |