@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans Thai', sans-serif;
    scroll-behavior: smooth;

}
:root {
    --pd: #3742fa;
    --pd2: #e3e5ff;
    --po: #f1c40f;
    --pw: #fff;
    --po: #3498db;
}