46 lines
1.1 KiB
CSS
46 lines
1.1 KiB
CSS
@import 'tailwindcss';
|
|
|
|
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
|
|
@source '../../storage/framework/views/*.php';
|
|
@source '../**/*.blade.php';
|
|
@source '../**/*.js';
|
|
|
|
|
|
@layer base {
|
|
@font-face {
|
|
font-family: "v-sans";
|
|
font-weight: 400;
|
|
src: url("/fonts/Golos-Text_Regular.woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "v-sans";
|
|
font-weight: 500;
|
|
src: url("/fonts/Golos-Text_Medium.woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "v-sans";
|
|
font-weight: 600;
|
|
src: url("/fonts/Golos-Text_DemiBold.woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "v-sans";
|
|
font-weight: 700;
|
|
src: url("/fonts/Golos-Text_Bold.woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "v-sans";
|
|
font-weight: 800;
|
|
src: url("/fonts/Golos-Text_Black.woff2");
|
|
}
|
|
}
|
|
|
|
@theme {
|
|
--primary-color: rgb(236, 102, 8);
|
|
--font-sans: 'v-sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
|
'Segoe UI Symbol', 'Noto Color Emoji';
|
|
}
|