@import "tailwindcss";

@font-face {
    font-family: 'PP Mori';
    src: url('https://jobstalentsquare.com/font/PPMori-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'PP Mori', sans-serif;
}

.bg-primary {
  background-color: #000000;
}
.bg-secondary {
  background-color: #CDFF7E;
}
.bg-info {
  background-color: #0C63E7;
}
.bg-red {
  background-color: #000000;
}
.bg-orange {
  background-color: #FB823D;
}

.hero-bg {
    background-image: url(https://jobstalentsquare.com/images/herosection/dots.png);
    background-size: inherit;
    background-position: 50%;
    background-repeat: repeat;
}

.border-gray {
	color: #D4E1E7;
{

.overflow-auto {
	overflow: auto;
{