
/* Global Styles */
:root {
  --rose-primary: #fb7185;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: rgba(251, 113, 133, 0.2);
  color: #e11d48;
}
