@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@700&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

body {
    font-family: 'Roboto';
}

h1 {
    font-family: 'Bai Jamjuree';
    font-size: 68px;
}

h2 {
    font-family: 'Bai Jamjuree';
    font-size: 36px;
}

.bold {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
}

.medium {
    font-family: 'Roboto';
    font-weight: 500;
}

a {
    text-decoration: none;
    font-size: 16px;
}

a:visited {
    color: black;
}