@font-face {
    font-family: 'AdvercaseBold';
    src: url('/landing-page/public/AdvercaseFont-Demo-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AdvercaseRegular';
    src: url('/landing-page/public/AdvercaseFont-Demo-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



.container {
    text-align: center;
}

body {
    font-family: 'AdvercaseRegular', sans-serif !important;
    letter-spacing: 0.05em; /* Increased letter spacing */
}

h1 {
    font-family: 'AdvercaseBold', 'AdvercaseRegular', sans-serif !important;
    letter-spacing: 0.05em; /* Increased letter spacing */
}
