@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700;900&display=swap');

:root {
  --font-mini-cooper: 'Roboto', sans-serif;
}

.font-thin {
  font-family: var(--font-mini-cooper);
  font-weight: 100;
  font-style: normal;
}

.font-light {
  font-family: var(--font-mini-cooper);
  font-weight: 300;
  font-style: normal;
}

.font-medium {
  font-family: var(--font-mini-cooper);
  font-weight: 500;
  font-style: normal;
}

.font-bold {
  font-family: var(--font-mini-cooper);
  font-weight: 700;
  font-style: normal;
}

.font-black {
  font-family: var(--font-mini-cooper);
  font-weight: 900;
  font-style: normal;
}

.font-normal {
  font-family: var(--font-mini-cooper);
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: var(--font-mini-cooper);
}
