@font-face {
    font-family: 'studio_gothic';
    src: url('/resource/Introremy/css/frontend/fonts/studio-gothic-bold-ttf-webfont.woff2') format('woff2'),
         url('/resource/Introremy/css/frontend/fonts/studio-gothic-bold-ttf-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'studio_gothic';
    src: url('/resource/Introremy/css/frontend/fonts/studio-gothic-extralight-ttf-webfont.woff2') format('woff2'),
         url('/resource/Introremy/css/frontend/fonts/studio-gothic-extralight-ttf-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'studio_gothic';
    src: url('/resource/Introremy/css/frontend/fonts/studio-gothic-regular-otf-webfont.woff2') format('woff2'),
         url('/resource/Introremy/css/frontend/fonts/studio-gothic-regular-otf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'studio_gothic';
}
* strong{
    font-weight: 500;
    font-style: normal;
}