25 lines
644 B
CSS
25 lines
644 B
CSS
@import 'tailwindcss';
|
|
|
|
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
|
|
@source '../../storage/framework/views/*.php';
|
|
@source '../**/*.blade.php';
|
|
@source '../**/*.js';
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Platypi:wght@400;500;600;700&display=swap');
|
|
|
|
html, body {
|
|
font-family: "Platypi", sans-serif;
|
|
}
|
|
|
|
@theme {
|
|
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
|
'Segoe UI Symbol', 'Noto Color Emoji';
|
|
}
|
|
|
|
@theme {
|
|
--color-A: #F8F0E5;
|
|
--color-B: #EADBC8;
|
|
--color-C: #DAC0A3;
|
|
--color-D: #0F2C59;
|
|
}
|