/*
Theme Name: Wellness Doubutsu Land
Description: Theme for displaying the news posts in Wellness Doubutsu Land.
Author: Nextvision
Version: 1.0
Text Domain: wellness-doubutsu-land
*/

@import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

body {
    background-color: #FDF5E6;
}

.content p {
margin:1rem 0;
}

.content a:link, .content a:visited {
color: royalblue;
}

h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
	text-shadow: 
        -3px -3px 0 #FFF, /* White outline */
         3px -3px 0 #FFF, 
        -3px  3px 0 #FFF, 
         3px  3px 0 #FFF,
        4px 4px 5px rgba(0, 0, 0, 0.5); /* Soft shadow */
}
