@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --bott-font-family: 'Inter', sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--bott-font-family);
}

.app-container,
.app-main,
.app-header,
.app-sidebar {
  font-family: var(--bott-font-family);
}
