* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
    font-family: 'Inter', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
}

body {
    color: #174e4d;
    font-family: "SF UI Display" sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}



 
