<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

body {
font-family: 'Sawarabi Mincho', sans-serif;
font-size: 100%;
font-weight:350;
letter-spacing: 0.1em;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}</pre></body></html>