/**
 * Theme Name: Fællesvej - Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

body, p{
  font-family: komet, sans-serif!important;
  font-weight: 900;
  font-style: normal;
  letter-spacing: ;
}

h1, h2, h3,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.wp-block-heading {
    font-family: rl-folklor, sans-serif!important;
    font-weight: 900;
    font-style: normal;
}



.wavy-circle {
  aspect-ratio: 1;
  background-image: url("assets/circle.svg");
  background-size: 100% auto;
}

.zig-zag-box {
  --s: 18px; /* tooth size */
  padding: calc(2 * var(--s) + 2rem) calc(2 * var(--s) + 2.5rem);
  background: #1e1b3a;
  --_m: #0000 0 calc(2*atan(.25)), #000 0 50%;
  mask:
    repeating-conic-gradient(from atan(4) at 50% var(--s), var(--_m))
      calc(2*var(--s)) calc(-1*var(--s)) / calc(4*var(--s)) 100% intersect,
    repeating-conic-gradient(from atan(-.25) at var(--s), var(--_m))
      calc(-1*var(--s)) calc(2*var(--s)) / 100% calc(4*var(--s));
}

.her-span span{
  color: var(--theme-palette-color-2)
}