@font-face {
    font-family: Inter;
    src: url('/fonts/Inter-VariableFont_opsz,wght.ttf');
}

*, *::before, *::after {
  all: unset;
}

head, title, style, script, meta, link {
  display: none;
}

body {
    font-family: Inter, sans-serif;
}

strong {
    font-weight: 600;
}

a:hover {
    cursor: pointer;
}
