@font-face {
    font-family: 'ABH';
    src: url('../fonts/ABHT-B.otf') format('opentype');
}

@font-face {
    font-family: 'ABH-M';
    src: url('../fonts/ABTH-M.otf') format('opentype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: linear-gradient(to top right, #0C3483,#A2B6DF,#6B8CCE);
}

.text {
    color: #FFFFFF;
    font-size: 64px;
    font-family: 'ABH', Arial, sans-serif;
}

.subtext {
  color: rgba(255, 255, 255, 0.6);
  font-size: 32px;
  font-family: "ABH-M", Arial, sans-serif;
}