@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-ExtraLight-877dd06296b06db0930c97835782d82e.ttf");
    font-weight: 200;
    font-style: normal;
  }

  @font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Regular-841449941ec9dbd3ccabf4f4d5d72893.ttf");
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Medium-b30047c226870fd31eb4c6a099ed75b1.ttf");
    font-weight: 500;
    font-style: medium;
  }

  @font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-SemiBold-bba63d7c7cddf15b19fbb651c0f07c7f.ttf");
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Black-5e0be9db0a8fca989d33152934a61e32.ttf");
    font-weight: 900;
    font-style: normal;
  }

          tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        'brand-blue': '#183e69',
                        'brand-red': '#9b3f3f',
                        'brand-ivory': '#fffaec',
                    }
                }
            }
        }