mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-20 19:48:52 -05:00
93 lines
2.1 KiB
CSS
93 lines
2.1 KiB
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/fonts/Poppins-Bold.woff2") format("woff2"),
|
|
url("/fonts/Poppins-Bold.woff") format("woff");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/fonts/Poppins-Black.woff2") format("woff2"),
|
|
url("/fonts/Poppins-Black.woff") format("woff");
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/fonts/Poppins-SemiBold.woff2") format("woff2"),
|
|
url("/fonts/Poppins-SemiBold.woff") format("woff");
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/fonts/Poppins-ExtraBold.woff2") format("woff2"),
|
|
url("/fonts/Poppins-ExtraBold.woff") format("woff");
|
|
font-weight: extrabold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/fonts/Poppins-Medium.woff2") format("woff2"),
|
|
url("/fonts/Poppins-Medium.woff") format("woff");
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/fonts/Poppins-Light.woff2") format("woff2"),
|
|
url("/fonts/Poppins-Light.woff") format("woff");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/fonts/Poppins-Regular.woff2") format("woff2"),
|
|
url("/fonts/Poppins-Regular.woff") format("woff");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/fonts/Poppins-Thin.woff2") format("woff2"),
|
|
url("/fonts/Poppins-Thin.woff") format("woff");
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/fonts/Poppins-ExtraLight.woff2") format("woff2"),
|
|
url("/fonts/Poppins-ExtraLight.woff") format("woff");
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
.ce-block__content,
|
|
.ce-toolbar__content {
|
|
max-width: calc(100% - 80px) !important;
|
|
}
|
|
.cdx-block {
|
|
max-width: 100% !important;
|
|
}
|