/* momonoir. official site — shared styles */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#efede7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%}
::selection{background:#1b1b1e;color:#efede7}

@keyframes mnFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}

/* hover states */
[data-hover="h1"]:hover{opacity:1 !important}
[data-hover="h2"]:hover{gap:22px !important}
[data-hover="h3"]:hover{background:rgba(27,27,30,0.03) !important}
[data-hover="h4"]:hover{border-color:#efede7 !important}
[data-hover="h5"]:hover{gap:32px !important;background:#000 !important}
[data-hover="h6"]:hover{color:#efede7 !important}
[data-hover="h7"]:hover{color:#1b1b1e !important}
[data-hover="h8"]:hover{gap:28px !important;background:#fff !important}

/* news list */
.mn-news-hidden{display:none !important}

/* responsive */
@media(max-width:1040px){
  .mn-nav{display:none !important}
}
@media(max-width:760px){
  .mn-disc-grid{grid-template-columns:1fr !important;gap:44px !important}
  .mn-disc-meta{padding-top:0 !important}
}
@media(max-width:640px){
  .mn-news-row{grid-template-columns:1fr auto !important;grid-template-areas:'date cat' 'title title' !important;gap:12px 14px !important;padding:22px 2px !important}
  .mn-nd{grid-area:date}
  .mn-nc{grid-area:cat;justify-self:end !important}
  .mn-nt{grid-area:title;line-height:1.75 !important}
  .mn-na{display:none !important}
  .mn-profile-grid{grid-template-columns:1fr !important;gap:46px !important}
  .mn-profile-rows{grid-template-columns:96px 1fr !important;gap:18px 20px !important}
}
