@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600&family=Syne+Mono&display=swap');

* {
    border-radius: 0 !important;
}

body {
    font-family: 'Syne Mono', monospace !important;
    background-color: #f6f5ed;
    color: #282725;
}

h1, h2 {
    font-family: 'Syne', sans-serif !important;
    font-weight: 600 !important;
    color: #282725;
}

p, a, div {
    font-family: 'Syne Mono', monospace !important;
    color: #282725;
}

