/*
Theme Name: Cerumi
Theme URI: https://cerumi.com
Description: 
Author: x01Works
Author URI: https://cerumi.com
Template: zanna
Version: 1.0
*/

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cerumi', serif;
  font-weight: 400;
}

