/* Remove all your existing @font-face declarations for Inter */
/* Add this at the top of your CSS file instead: */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/* Then update your font-family declarations to use Rubik */
body {
  font-family: 'Rubik', sans-serif;
}
