2023-06-30 09:26:06 +03:00
|
|
|
<link
|
2023-12-13 16:37:55 +03:00
|
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"
|
|
|
|
rel="stylesheet"
|
2023-06-30 09:26:06 +03:00
|
|
|
/>
|
2023-12-10 18:22:43 +03:00
|
|
|
|
2023-10-08 14:21:54 +03:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.7/iframeResizer.contentWindow.min.js"></script>
|
2023-12-10 18:22:43 +03:00
|
|
|
|
2022-12-05 02:49:45 +03:00
|
|
|
<style type="text/css">
|
|
|
|
body {
|
|
|
|
margin: 0;
|
2023-04-09 17:43:43 +03:00
|
|
|
font-family: 'Inter', sans-serif;
|
2022-12-05 02:49:45 +03:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
2023-06-26 00:58:34 +03:00
|
|
|
html {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2023-10-08 14:21:54 +03:00
|
|
|
.sbdocs-wrapper {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
2023-10-20 22:19:43 +03:00
|
|
|
*::-webkit-scrollbar {
|
|
|
|
height: 4px;
|
|
|
|
width: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
*::-webkit-scrollbar-corner {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
*::-webkit-scrollbar-thumb {
|
|
|
|
background-color: transparent;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
2022-12-05 02:49:45 +03:00
|
|
|
</style>
|