mirror of
https://github.com/ershisan99/vacancies-trends-front.git
synced 2025-12-16 12:34:06 +00:00
15 lines
249 B
CSS
15 lines
249 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@font-face {
|
|
font-family: 'Geist Sans';
|
|
src: url('/fonts/GeistVariableVF.woff2') format('woff2');
|
|
font-style: normal;
|
|
font-weight: 100 900;
|
|
}
|
|
|
|
:root {
|
|
scrollbar-gutter: stable;
|
|
}
|