/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.triangle {
    width: 0px;
    height: 0px;
    border-top: 50px solid #EB323C;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-bottom: 50px solid transparent;
  }