/* CSS Document */

/*colors
bright pink fda9c3
dark pink	e7236d
*/
/* bebas-neue-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/bebas-neue-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

html,body {background-color: #fff;font-family: "Bebas Neue"; color:#000}

.nav-link{font-size:29px; text-transform: uppercase}

p, li,a{color: #000}
p {font-size: 24px;}
h1,h2,h3,h4,h5{font-weight: 700; text-transform: uppercase; color: #e7236d}
h2 {}
.navbar-brand {color: white;font-family: "Bebas Neue"; font-size: 48px; }
.btn-pink {background-color:#ca2955; color: white; border: 2px solid white; text-transform: uppercase; font-weight: bold; padding: 10px 20px; font-size: 30px;}
.btn-pink:hover {background-color:#ca2955; color: black; border: 2px solid black; text-transform: uppercase; font-weight: bold; padding: 10px 20px}
.bg-pink {background-color:#ca2955}

