
h1{
    font-family: "Open Sans", "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    color: #F76300;
}




h2{
    font-family: "Open Sans", "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 32px;
    font-style: normal;
}
h3{
    font-family: "Open Sans", "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 24px;
    font-style: normal;
}
p{
    font-family: "Open Sans", "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

li{
    font-family: "Open Sans", "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
}

link, a{
    font-family: "Open Sans", "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #076ED7;
    display: inline-block;
    font-size: 18px;
}
@media (max-width: 1023px) {
    h2{
        font-size: 32px;
    }
   
    link, a{
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 22px;
    }
    link, a{
        font-size: 18px;
    }
}
