@import url("./assets/css/reset.css");
/*
Theme Name: ProPasta
Version: 1.00
Author: Webrom
Author URI: https://webrom.lt
Text Domain: webrom-theme
Domain Path: /languages
*/

/* Color variables */
:root {
  /* Neutral */
  --neutral50: #fcfcfc;
  --neutral100: #f3f3f3;
  --neutral200: #cfcfcf;
  --neutral300: #b3b3b3;
  --neutral400: #989898;
  --neutral500: #7c7c7c;
  --neutral600: #636363;
  --neutral700: #494949;
  --neutral800: #323232;
  --neutral900: #1b1b1b;
  /* Primary */
  --primary300: #7f9273;
  --primary400: #546d45;
  --primary500: #294916;
  --primary600: #213a12;
  --primary700: #192c0d;
  /* Secondary */
  --secondary100: #F5E2D6;
  --secondary400: #f9897f;
  --secondary500: #f76b5f;
  --secondary600: #c6564c;
  --secondary700: #944039;
  /* Success */
  --success300: #03e089;
  --success400: #03ca7c;
  --success500: #02b36d;
  --success600: #018e56;
  --success700: #016a3e;
  /* error */
  --error300: #f9756e;
  --error400: #ee3722;
  --error500: #ba2918;
  --error600: #961f11;
  --error700: #75160b;
  /* alert */
  --alert300: #ffe766;
  --alert400: #ffdf33;
  --alert500: #ffd700;
  --alert600: #ccac00;
  --alert700: #998100;
  /* Black & white */
  --black_white50: #ffffff;
  --black_white100: #eaeaea;
  --black_white950: #242424;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', 'OpenSans';
}

a {
  text-decoration: none;
  color: var(--black_white950);
}

ul,
ol,
li {
  list-style-type: none;
  padding: 0;
}

.container {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  padding: 0 50px;
  position: relative;
  transition: padding 0.4s ease;
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

.h1,
h1 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  font-family: "Poppins", "OpenSans";
}

.h2,
h2 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}

.h3,
h3 {
  font-size: 26px;
  line-height: 39px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}

.h4,
h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}

.h5,
h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}

.h6,
h6 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}

.body-2xl-regular {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}
.body-xl-regular {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}
.body-lg-regular {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}
.body-md-regular {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}
.body-sm-regular {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}
.body-xl-bold {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Poppins", "OpenSans";  
}
.body-lg-bold {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  font-family: "Poppins", "OpenSans";
}
.body-md-bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Poppins", "OpenSans";
}
.body-sm-bold {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  font-family: "Poppins", "OpenSans";
}

.btn-md-regular {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}
.btn-sm-regular {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}
.btn-xs-regular {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}
.btn-md-medium {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Poppins", "OpenSans";
}
.btn-sm-medium {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: "Poppins", "OpenSans";
}
.btn-xs-medium {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Poppins", "OpenSans";
}

.btn-prod-cat {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Poppins", "OpenSans";
}

@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .h2,
  h2 {
    font-size: 22px;
    line-height: 33px;
  }

  .h3,
  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .h4,
  h4 {
    font-size: 18px;
    line-height: 27px;
  }

  .h5,
  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .h6,
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .body-2xl-regular {
    font-size: 18px;
    line-height: 27px;
  }
  .body-xl-regular {
    font-size: 16px;
    line-height: 24px;
  }
  .body-lg-regular {
    font-size: 16px;
    line-height: 24px;
  }
  .body-md-regular {
    font-size: 14px;
    line-height: 21px;
  }
  .body-sm-regular {
    font-size: 12px;
    line-height: 18px;
  }
  .body-xl-bold {
    font-size: 16px;
    line-height: 24px;
  }
  .body-lg-bold {
    font-size: 16px;
    line-height: 24px;
  }
  .body-md-bold {
    font-size: 14px;
    line-height: 21px;
  }
  .body-sm-bold {
    font-size: 12px;
    line-height: 18px;
  }
  .btn-md-regular {
    font-size: 14px;
    line-height: 21px;
  }
  .btn-sm-regular {
    font-size: 12px;
    line-height: 18px;
  }
  .btn-xs-regular {
    font-size: 10px;
    line-height: 15px;
  }
  .btn-md-medium {
    font-size: 14px;
    line-height: 21px;
  }
  .btn-sm-medium {
    font-size: 12px;
    line-height: 18px;
  }
  .btn-xs-medium {
    font-size: 10px;
    line-height: 15px;
  }
  .btn-prod-cat {
    font-size: 16px;
    line-height: 24px;
  }
}