@charset "UTF-8";

/* =========================================
   1. BASE (Biến & Reset)
   ========================================= */
@font-face {
    font-family: 'Futura';               /* Tên bạn tự đặt để gọi sau này */
    src: url('../fonts/Futura\ Medium.otf') format('otf'); /* Đường dẫn file */                  /* Khai báo đây là kiểu đậm */
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Reset cơ bản */
* { margin: 0; padding: 0; box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
a { text-decoration: none; color: inherit; }

body {
    font-family: var(--f-jp);
    font-size: var(--fs-12);
    color: var(--c-text-main);
    background-color: var(--c-bg-body);
    line-height: 1.6;
    overflow-x: hidden;
}

button {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
}

/* Utility Class */
.u-font-futura { font-family: var(--f-en); font-weight: 700; }
.u-uppercase { text-transform: uppercase; }


.contact .notes__group:last-child {
    padding-bottom: 50px;
}

.contact .notes__main-title {
    font-family: var(--f-en);
    font-weight: 900;
    color: var(--c-text-main);
}

.contact .notes__group:last-child {
    padding-bottom: 50px;
}