/*  @import "tailwind.css"; 

@tailwind utilities; */

/* @layer utilities {
  .contain {
    margin: 0px auto;
    max-width: 1434px;
    padding: 0 15px;
  }
} */

@font-face {
  font-family: 'GilroyBold';
  src: url('../fonts/Gilroy-Bold.ttf');
}

@font-face {
  font-family: 'GilroyRegular';
  src: url('../fonts/Gilroy-Regular.ttf');
}

@font-face {
  font-family: 'GilroyMedium';
  src: url('../fonts/Gilroy-Medium.ttf');
}

::-moz-selection {
  background-color: #b57edc;
  color: white;
}

::selection {
  background-color: #b57edc;
  color: white;
}

body {
  background-color: white;
  font-family: 'GilroyRegular';
  font-size: 18px;
  line-height: 22px;
  color: black;
}

p + p { margin-top: 10px; }