@charset "utf-8";
/*
Theme Name: rman v1 Theme
Description: rman
Version: 1.0
Date: 2021
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&family=Train+One&display=swap');

@import "dist.css";/*3.3.0*/
@import "base.css";
@import "common.css";
@import "element.css";




/* Small (sm) */
@media (min-width: 640px) { /* ... */ }

/* Medium (md) */
@media (min-width: 768px) { /* ... */ }

/* Large (lg) */
@media (min-width: 1024px) { /* ... */ }

/* Extra Large (xl) */
@media (min-width: 1280px) { /* ... */ }

/* 2Extra Large (2xl) */
@media (min-width: 1536px) { /* ... */ }
