@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500&family=Roboto:wght@300;400;500&family=Ubuntu:wght@300;400;500&display=swap'); html { box-sizing: border-box; scroll-behavior: smooth; } *, *:before, *:after { box-sizing: inherit; } body { font-family: 'Roboto', sans-serif; background-color: #FCFCFC; }