@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
:root {
  --font-name-header: 'Unbounded';
  --font-name-ui: 'Onest';
}