@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";

@font-face { font-family: "Nissan Brand"; src: url("../font/Nissan Brand Regular.otf"); }
/* @font-face { font-family: "Nissan Brand"; src: url("../font/Nissan Brand Italic.otf"); } */
/* @font-face { font-family: "Nissan Brand"; src: url("../font/Nissan Brand Light.otf"); } */
/* @font-face { font-family: "Nissan Brand"; src: url("../font/Nissan Brand Bold.otf"); } */

/* ==========================================================================
   全域重置與基礎設定
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  letter-spacing: 10%;
}

html, body {
    width: 100%;
    font-family: "Nissan Brand", "Noto Sans JP", "Microsoft JhengHei", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    min-width: 320px;
    margin: 0 auto;
    background-color: #fff;
    line-height: 1.5;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-nissan{
    font-family: "Nissan Brand" !important
}

.fade-in {
    opacity: 0;
    will-change: opacity, transform;
}

.t { }