@charset "UTF-8";


@font-face {
 font-family: "BIZ UDGothic", sans-serif;
 font-weight: 400; // Regularに400を設定しておく
 src: url(../font/BIZ_UDGothic/BIZUDGothic-Regular.ttf) format('truetype');
 src: url(../font/Potta_One/PottaOne-Regular.ttf) format('truetype');

}


@font-face {
    font-family: 'BIZ UDGothic';
    src: url('../font/BIZ_UDGothic/BIZUDGothic-Regular.woff2') format('woff2'),
        url('../font/BIZ_UDGothic/BIZUDGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BIZ UDGothic';
    src: url('../font/BIZ_UDGothic/BIZUDGothic-Bold.woff2') format('woff2'),
        url('../font/BIZ_UDGothic/BIZUDGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



// 呼び出す
.hoge {
  font-family: '上で設定されたフォントファミリー名';
  font-weight: 任意;
}


body{

    /*font-family: "bizudGO";*/
    font-family: "BIZ UDGothic";
}







/*.potta-one-regular {
  font-family: "Potta One", system-ui;
  font-weight: 400;
  font-style: normal;
}
*/