/*
Theme Name: Gamji Press
Theme URI: https://gamjipress.com
Author: Gamji Press
Description: Modern Newspaper Theme for Gamji Press
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
}

.prose a,
article a {
    color: #00A859;
    text-decoration: underline;
    font-weight: 600;
    transition: 0.3s ease;
}

.prose a:hover,
article a:hover {
    color: #F49E18;
}

img {
    max-width: 100%;
    height: auto;
}