|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
.bg-dark {
|
|
|
|
background: hsla(209, 39%, 28%, 1);
|
|
|
|
|
|
|
|
background: radial-gradient(
|
|
|
|
circle,
|
|
|
|
hsla(209, 39%, 28%, 1) 0%,
|
|
|
|
hsla(210, 78%, 11%, 1) 100%
|
|
|
|
);
|
|
|
|
|
|
|
|
background: -moz-radial-gradient(
|
|
|
|
circle,
|
|
|
|
hsla(209, 39%, 28%, 1) 0%,
|
|
|
|
hsla(210, 78%, 11%, 1) 100%
|
|
|
|
);
|
|
|
|
|
|
|
|
background: -webkit-radial-gradient(
|
|
|
|
circle,
|
|
|
|
hsla(209, 39%, 28%, 1) 0%,
|
|
|
|
hsla(210, 78%, 11%, 1) 100%
|
|
|
|
);
|
|
|
|
|
|
|
|
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#2C4964", endColorstr="#061B30", GradientType=1 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
|
|
|
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
|
|
|
sans-serif;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
|
|
|
monospace;
|
|
|
|
}
|