2024-08-18 19:06:50 +02:00
|
|
|
@tailwind base;
|
|
|
|
|
@tailwind components;
|
|
|
|
|
@tailwind utilities;
|
|
|
|
|
|
2026-02-23 01:15:59 +01:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Raleway';
|
2026-02-23 01:25:51 +01:00
|
|
|
src: url('../fonts/Raleway-SemiBold.woff2') format('woff2');
|
2026-02-23 01:15:59 +01:00
|
|
|
font-weight: 600;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
}
|
2024-08-18 19:06:50 +02:00
|
|
|
|
|
|
|
|
.prose img {
|
|
|
|
|
border-radius: 30px;
|
|
|
|
|
}
|