* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    font-family: "Inter", Arial, sans-serif;
    background-color: #F8FAFC;
    color: #0F172A;
    -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}


/* Main content */

.ps-main-content {
    flex: 1;
    width: 100%;
    padding: 20px;
    background-color: #F8FAFC;
    min-width: 0;
}


/* Links */

a {
    color: inherit;
}


/* Selection */

::selection {
    background: #DBEAFE;
    color: #1E3A8A;
}