@charset "UTF-8";
/*
Theme Name: テーマの名前（必須）
Author: 作者の名前
Description: テーマの説明
Version: テーマのバージョン
License: テーマのライセンス
License URI: テーマのライセンスのURI
Text Domain: テキストドメイン
*/


/*
body {
  font-size: clamp(1rem, 0.36rem + 1.336vw, 1.5rem);
  font-weight: normal;
}

.text {
  padding: 20px;
  margin-top: 30px;
  background-color: #ededed;
  font-size: clamp(1rem, 0.36rem + 1.336vw, 1.5rem);
}
.text a {
  color: #ffffff;
}
.text .red {
  color: red;
} */