.ubuntu-light { font-family: "Ubuntu", sans-serif; font-weight: 300; font-style: normal; } .ubuntu-regular { font-family: "Ubuntu", sans-serif; font-weight: 400; font-style: normal; } .ubuntu-medium { font-family: "Ubuntu", sans-serif; font-weight: 500; font-style: normal; } .ubuntu-bold { font-family: "Ubuntu", sans-serif; font-weight: 700; font-style: normal; } .ubuntu-light-italic { font-family: "Ubuntu", sans-serif; font-weight: 300; font-style: italic; } .ubuntu-regular-italic { font-family: "Ubuntu", sans-serif; font-weight: 400; font-style: italic; } .ubuntu-medium-italic { font-family: "Ubuntu", sans-serif; font-weight: 500; font-style: italic; } .ubuntu-bold-italic { font-family: "Ubuntu", sans-serif; font-weight: 700; font-style: italic; } html { scroll-behavior: smooth; } body { background-color: #FAFAFA; color: #3D3D3D; font-family: "Ubuntu", sans-serif; font-weight: 300; font-style: normal; margin: 10px; } h1 { font-weight: 700; font-style: normal; } h2 { font-weight: 500; font-style: normal; } h3 { font-weight: 400; font-style: normal; } button { min-height: 32px; padding-left: 8px; padding-right: 8px; border: 0px solid; border-radius: 6px; border-spacing: 6px; transition: all 200ms ease-out; background-color: #ffffff; color: black; } button:hover { min-height: 32px; padding-left: 8px; padding-right: 8px; border: 0px solid; border-radius: 6px; border-spacing: 6px; transition: all 200ms ease-out; background-color: rgb(234.7, 234.7, 234.7); color: black; } .header { position: fixed; top: 0; z-index: 1000; width: 100%; padding: 10px; background-color: white; color: black; text-align: center; font-weight: 500; border-radius: 6px; } .sidebar { position: fixed; top: 50px; width: 200px; height: calc(100vh - 50px); background-color: rgba(247, 247, 247, 0.968627451); color: black; border-radius: 0 20px 20px 0; padding: 20px; display: flex; flex-direction: column; gap: 10px; overflow-y: hidden; } .sb_button { min-height: 48px; width: 185px; padding-left: 8px; padding-right: 8px; border: 0px solid; border-radius: 6px; border-spacing: 6px; transition: all 200ms ease-out; background-color: #ffffff; color: black; } .sb_button:hover { min-height: 48px; width: 185px; padding-left: 8px; padding-right: 8px; border: 0px solid; border-radius: 6px; border-spacing: 6px; transition: all 200ms ease-out; background-color: rgb(234.7, 234.7, 234.7); color: black; } .box { display: flex; height: 100vh; } .box-content-1 { flex: 1; padding: 20px; background-color: #FAFAFA; overflow-y: auto; } .box-v { display: flex; flex-direction: column; gap: 15px; align-items: flex-start; padding: 20px; background-color: #FAFAFA; max-width: 400px; margin: auto; } .col-btn { display: flex; flex-direction: column; width: 200px; } .col-btn:first-child { background-color: rgba(247, 247, 247, 0.968627451); border-top-left-radius: 6px; border-top-right-radius: 6px; } .col-btn:not(:first-child):not(:last-child) { border-radius: 0; background-color: rgba(247, 247, 247, 0.968627451); } .col-btn:last-child { background-color: rgba(247, 247, 247, 0.968627451); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } /*# sourceMappingURL=yaru-light.css.map */