:root {
    --bg: #0f1412;
    --panel: #17201c;
    --panel2: #1c2622;
    --line: rgba(255,255,255,.08);
    --text: #eef5f0;
    --muted: #a7b6ad;
    --brand: #4a7567;
    --radius: 18px;
}

*{
    box-sizing: border-box; 
    margin: 0;
    padding: 0;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: "Montserrat";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "roc-grotesk-wide", Arial, sans-serif;
}