/* Eki Sapo theme base styles (Drupal 10)
   Keep minimal to avoid conflicts with application JS/CSS provided by modules.
*/

:root {
  --eki-font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}

html, body {
  font-family: var(--eki-font-sans);
}

header[role="banner"], footer[role="contentinfo"] {
  width: 100%;
}

/* Utility */
.clearfix::after { content: ""; display: table; clear: both; }
.hidden { display: none !important; }
