@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 2rem;
    overflow: hidden;
    background-color: #141414;
    background-image: linear-gradient(#222, #141414);
    background-repeat: no-repeat;
    font-family:  "Gabarito", Geneva, sans-serif;
    font-optical-sizing: auto;
}
.debug {
    border: solid crimson 2px;
}

#three-dee-container {
    position: relative;
    width: 100%;
    height: 70vh;
    background-color: #141414;
    border: solid #222 2px;
}
#model-tools-menu-holder {
    z-index: 10;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}
select {
    background: none;
    border: none;
    padding: 6px;
    font-size: 16px;
    font-family:  "Gabarito", Geneva, sans-serif;
}
select:focus {
  outline: none;
  box-shadow: none;
}
#box-with-stuff {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#box-on-right-side-with-image-and-maybe-more-info {
    display: flex;
    flex-direction: column;
    align-items: end;
}
#box-on-right-side-with-image-and-maybe-more-info img {
    opacity: 80%;
}
ol {
    line-height: 22px;
}
#poxel-logo {
    height: 32px;
}

.color_primary {color: #CCC}
.color_secondary {color: #999}
.color_tertiary {color: #333}
.color_highlight {color: #4c9cdd}
