
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

:root {
    --surface-text-main: #0C0800;
    --surface-text-sub: #474238;
    --surface-text-placeholder: #686257;
    --surface-container-main: #FFFFFF;

    --surface-border-main: #0C0800;
    --surface-border-sub: #474238;
    --surface-border-placeholder: #E4E2DD;
}

/* Base ========================================= */

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: var(--surface-text-main);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Color Utilities ========================================= */

.text-main {
    color: var(--surface-text-main);
}

.text-sub {
    color: var(--surface-text-sub);
}

.text-placeholder {
    color: var(--surface-text-placeholder);
}

/* Typography ========================================= */

/* display.large */
.type-display-large {
    font-family: "Family", serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0;
}

/* display.small */
.type-display-small {
    font-family: "Family", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
}

/* title.large */
.type-title-large {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
}

/* title.medium */
.type-title-medium {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
}

/* title.small */
.type-title-small {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
}

/* body.regular */
.type-body-regular {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.15px;
}

/* body.bold */
.type-body-bold {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.15px;
}

/* body.heavy */
.type-body-heavy {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.15px;
}

/* label.regular */
.type-label-regular {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
}

/* label.bold */
.type-label-bold {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.15px;
}

/* label.heavy */
.type-label-heavy {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.15px;
}

/* data.category */
.type-data-category {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.15px;
}

/* data.series */
.type-data-series {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.15px;
}

/* data.legend */
.type-data-legend {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.15px;
}

/* data.axis */
.type-data-axis {
    font-family: "Söhne Mono", monospace;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.15px;
}

/* data.number */
.type-data-number {
    font-family: "Söhne Mono", monospace;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.15px;
}
