/*
Theme Name: WonderTour
Theme URI: https://hachitravel.com
Author: hachiTravel
Description: A premium Travel & Article theme for hachiTravel.
Version: 1.0.0
Text Domain: wondertour
*/

:root {
    --primary: #007AFF;
    --secondary: #FF9500;
    --accent: #34C759;
    --dark: #1C1C1E;
    --light: #F2F2F7;
    --white: #FFFFFF;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--dark);
    line-height: 1.6;
}
