mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-12 03:39:55 +00:00
22 lines
350 B
CSS
22 lines
350 B
CSS
@font-face {
|
|
font-family: "Inter Variable";
|
|
font-style: normal;
|
|
font-weight: 100 900;
|
|
src: url("./assets/fonts/InterVariable.ttf") format("truetype");
|
|
}
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html,
|
|
body,
|
|
#root {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
body {
|
|
@apply bg-nb-gray font-sans text-nb-gray-200 antialiased;
|
|
}
|