/* ฟอนต์ Prompt */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700&display=swap');

body {
    font-family: 'Prompt', sans-serif;
}

/* ตัวอย่างการปรับแต่งฟอนต์ใน Header */
header h1 {
    font-weight: 600;
}

header a {
    font-weight: 500;
}
