/** Shopify CDN: Minification failed

Line 35:12 Expected identifier but found whitespace
Line 35:13 Unexpected "'Junicode'"

**/
/* ========================================
   Menu rotation effekt - Desktop hover
   ======================================== */
@media screen and (min-width: 750px) {
  .menu-list__link {
    transition: transform 0.3s ease;
    display: inline-block;
    min-width: 120px;
    text-align: center;
    font-family: 'Junicode', serif;
    font-weight: 700;
  }
  
  .menu-list__link:hover {
    transform: rotate(-30deg);
    font-style: italic;
  }
  
  .menu-list__link:hover::after {
    content: '.';
  }
}

/* ========================================
   Junicode font
   ======================================== */

/* Normal */
font-family: 'Junicode', serif;

/* Bold */
font-family: 'Junicode', serif;
font-weight: 700;

/* Italic */
font-family: 'Junicode', serif;
font-style: italic;