@font-face {
    font-family: Roboto;
    src: url(../../webroot/font/Roboto/Roboto-VariableFont_wdth,wght.ttf);
}

p{
  box-sizing: border-box; 
  scroll-behavior: smooth; 
  font-family: Roboto;
  margin: 0;
  padding: 0;
}