2024-05-07 18:04:56 +07:00
|
|
|
@import url("../fonts/Inter-VariableFont_slnt\,wght.ttf");
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
font-family: 'Inter', sans-serif;
|
|
|
|
font-optical-sizing: auto;
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2024-05-07 18:07:03 +07:00
|
|
|
|
|
|
|
background-color: #242424;
|
|
|
|
color: #ffffff;
|
2024-05-07 18:04:56 +07:00
|
|
|
}
|