/*
Theme Name: API-HUB
Theme URI: https://arrowpont.com/
Author: ARROWPONT
Author URI: https://arrowpont.com
Description: Theme used exclusively within the Arrowpont company
Version: 3.00
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apihub
*/

/*basic-style-start*/
a {
    text-decoration: none;
}
html {
    font-size: 16px;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif;
}
html, body {
    overscroll-behavior: none; /* 禁用滾動到邊界時的拖拽回彈效果 */
    padding: 0;
    margin: 0;
}
body {
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}