@font-face {
    font-family: "DM Sans";
    src: url("https://iopgokphqerqsnqfkogz.supabase.co/storage/v1/object/public/lighty/fonts/DMSans-Regular.ttf")
        format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #f7f5f0;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
    color: #6b6760;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 26px;
    color: #000;
    margin-top: 30px;
}

h2 {
    font-size: 19px;
    color: #000;
    margin-top: 25px;
}

h3 {
    font-size: 16px;
    color: #000;
}

.subtitle {
    color: #595959;
    font-size: 14px;
    margin-bottom: 20px;
}

a {
    color: #4a4a49;
}

ul {
    list-style-type: square;
    margin-left: 20px;
}

li {
    margin-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

th,
td {
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f5f5f5;
}
