File size: 224 Bytes
77ff92d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap'); 

html, body, [class*="css"] {
    font-family: 'Inter', sans-serif; 
    font-size: 18px;
    font-weight: 500;
    color: #091747;
}