
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');

:root {
  --price-promoted: "27€";
  --price-normal: "30€";
}

html {

  scroll-behavior: smooth;

}

body {

  margin: 0;
  padding: 0;
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
  background-color: #f6e58d;

}

a {

  outline: none;
  text-decoration: none;

}

button {

  outline: none;

}

h1, h2, h3, input, button {

  font-family: 'Jost', sans-serif;
  font-family: 'Arvo', serif;
  font-weight: normal;

}
