@font-face {
    font-family: 'Inter Regular';
    src: url('public/ie/fonts/Inter-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Inter SemiBold';
    src: url('public/ie/fonts/Inter-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

.dummy_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #42526E;
    display: none;
}

.dummy_content {
    padding: 16px;
    width: 454px;
    height: 96px;

    background-color: #F8FAFF;
    color: #091E42;
    border-radius: 4px;

    margin-left: calc(50vw - 227px);
    margin-top: calc(50vh - 48px);
}

.dummy_content > h1 {
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.dummy_content > p {
    font-family: 'Inter Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;

    margin-top: 4px;
}
