@font-face {
  font-family: 'Yle Next';
  src: url('https://design-system.cdn.yle.fi/fonts/yle-next/1.0.0/YleNextVar.woff2') format('woff2-variations'),
  url('https://design-system.cdn.yle.fi/fonts/yle-next/1.0.0/YleNextVar.woff') format('woff-variations');
  font-weight: 300 900;
  font-style: normal;
}

@font-face {
  font-family: 'Yle Next';
  src: url('https://design-system.cdn.yle.fi/fonts/yle-next/1.0.0/YleNextVar-Italic.woff2') format('woff2-variations'),
  url('https://design-system.cdn.yle.fi/fonts/yle-next/1.0.0/YleNextVar-Italic.woff') format('woff-variations');
  font-weight: 300 900;
  font-style: italic;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    color: #131415
    font-family: "Yle Next", sans-serif;
}
