:root {
    --af-color-primary: #E63946;
    --af-color-secundary: #F1FAEE;
    --af-color-tertiary: #A8DADC;
    --af-color-quaternary: #457B9D;
    --af-color-quinternary: #1D3557;
}

html
{
    scroll-behavior: smooth;
}

body{
    background-color: #FAF6F0;
    font-family: 'Poppins', sans-serif;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

a{
  text-decoration: none;
  color: var(--bs-heading-color);
}

.btn-primary {
  background-color: var(--af-color-primary);
  border-radius: 25px;
  border: 0;
}

.font-extra-small {
  font-size: 16px;
}

.font-small {
  font-size: 18px;
}

.font-medium{
  font-size: 22px;
}

.font-large{
  font-size: 26px;
}

.font-title {
  font-size: 30px;
}