/* Any global style for all stories It can also be an scss file, however, you have to go to `webpack.config.js` file and enable the options in there */ /*@import "../node_modules/bootstrap/dist/css/bootstrap.css";*/ @import "../node_modules/react-toastify/dist/ReactToastify.min.css"; body { font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; margin: 0; font-size: 1rem; text-align: left; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; } h5, .h5 { font-size: 1.25rem; }