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';
|
|
|
|
|
src: url('../fonts/Raleway-Light.ttf') format('truetype');
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Raleway';
|
|
|
|
|
src: url('../fonts/Raleway-Regular.ttf') format('truetype');
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Raleway';
|
|
|
|
|
src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
}
|
2024-08-18 19:06:50 +02:00
|
|
|
|
|
|
|
|
.prose img {
|
|
|
|
|
border-radius: 30px;
|
|
|
|
|
}
|