@charset "UTF-8";
/*
Theme Name: senzoku-mental-clinic
Author: artblue
Version: 1.0
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap');


@font-face {
  font-family: 'didot-roman';
  src: url('../font/didot-roman.woff2') format('woff2'),
    url('../font/didot-roman.woff') format('woff'),
    url('../font/didot-roman.otf') format('opentype');
}


@font-face {
  font-family: 'didot-bold';
  src: url('../font/didot-bold.woff2') format('woff2'),
    url('../font/didot-bold.woff') format('woff'),
    url('../font/didot-bold.otf') format('opentype');
}


@font-face {
  font-family: 'segoe';
  src: url('../font/segoe.eot') format('eot'),
    url('../font/segoe.woff2') format('woff2'),
    url('../font/segoe.woff') format('woff'),
    url('../font/segoe.ttf') format('truetype');

}