@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Alice&family=Almendra+SC&display=swap');

:root {
  --brand: #5d5dff;
  --accent: #e9c46a;
  --dark: #1a202c;
}

html, body {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100vh;
}

body {
  font-family: "Alice", serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--brand);
}

a {
  text-decoration: none;
}

video {
  border-radius: 12px;
}
