@apply font-semibold;
}
-h1 { @apply text-6xl; }
-h2 { @apply text-4xl; }
+h1 {
+ @apply text-6xl;
+}
+
+h2 {
+ @apply text-4xl;
+}
-[x-cloak] { display: none !important; }
+[x-cloak] {
+ display: none !important;
+}
.circle-arrow {
display: inline-block;
height: 3em;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect width='48' height='48' rx='24' fill='%230825e2'/%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M29.089 23.537H18'/%3E%3Cpath d='m24.555 19 4.534 4.541-4.534 4.533'/%3E%3C/g%3E%3C/svg%3E");
}
+
+.pdf-overlay .menu-opener {
+ visibility: hidden;
+}