html {
  scroll-behavior: smooth;
}

body {
  background-color: #f0ebe0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::selection {
  background-color: #cf9056;
  color: #f0ebe0;
}

a { color: inherit; }
a:hover { color: #cf9056; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f0ebe0; }
::-webkit-scrollbar-thumb { background: #d4cdc0; }
::-webkit-scrollbar-thumb:hover { background: #cf9056; }

.glc-fraunces {
  font-family: 'Fraunces', Georgia, serif !important;
  font-optical-sizing: auto;
}

.glc-inter {
  font-family: 'Inter', Arial, sans-serif !important;
}