@font-face { font-family: 'WNian'; src: url('../assets/proposal/fonts/w_Nian.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'WNian'; src: url('../assets/proposal/fonts/w_Nian%20Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'WNian'; src: url('../assets/proposal/fonts/w_Nian%20Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'WNian'; src: url('../assets/proposal/fonts/w_Nian%20Semi%20Bold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'WNian'; src: url('../assets/proposal/fonts/w_Nian%20Extra%20Bold.ttf') format('truetype'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'WNian'; src: url('../assets/proposal/fonts/w_Nian%20Black.ttf') format('truetype'); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  --font-primary: 'WNian', Tahoma, sans-serif;
}

html {
  font-family: var(--font-primary);
}

button, input, select, textarea {
  font-family: inherit;
}
