2023-01-04 15:52:24 +01:00
|
|
|
@import "cunningham-tokens";
|
2022-12-01 12:05:08 +01:00
|
|
|
@import '@openfun/cunningham-tokens/default-tokens';
|
2023-01-12 17:41:14 +01:00
|
|
|
@import './components/Button';
|
2023-02-16 14:42:42 +01:00
|
|
|
@import './components/Forms/Input';
|
2023-02-20 16:27:37 +01:00
|
|
|
@import './components/Pagination';
|
2023-01-12 17:41:14 +01:00
|
|
|
|
|
|
|
|
* {
|
2023-01-19 15:30:23 +01:00
|
|
|
font-family: var(--c--theme--font--families--base);
|
2023-01-12 17:41:14 +01:00
|
|
|
}
|