/*
Theme Name: Duwon Shipping
Author: Platia
Author URI: https://company.platia.co.kr/
Description: Duwon Shipping website theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: duwon-shipping
*/

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Pretendard', sans-serif;
}

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

p {
    margin: 0;
}

@media screen and (hover: hover) {
    a:hover {
        color: inherit;
    }
}