/*
Theme Name: web3s-hoidap
Text Domain: web3s-hoidap
Description: A Q&A theme built for WPQA.
Version: 1.0.0
Author: Web3s
*/

/* Basic Resets */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-primary, #050505);
    background-color: var(--bg-color, #f0f2f5);
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}
