@font-face {
    font-family: 'LTK';
    src: url('/LTKuenstlerScript-Bold.woff2');
    font-weight: bold;
}

@font-face {
    font-family: 'ABCMarist-SemiBold';
    src: url('/ABCMarist-SemiBold.woff2');
    font-weight: bold;
}

@font-face {
    font-family: 'ABCMarist-SemiLight';
    src: url('/ABCMarist-SemiLight.woff2');
    font-weight: normal;
}

* {
    font-family: 'ABCMarist-SemiLight', serif;
    color: #3F485A
}

.index-button a div {
    background-color: rgba(255, 255, 255, 1);
}

.index-button a:first-child div {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.index-button a:last-child div {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.index-button a div:hover {
    background-color: #e3e4e6
}

p {
    font-family: 'ABCMarist-SemiLight', serif;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0.5rem 0;
    color: #3F485A;
    text-align: center;
    text-justify: inter-word;
}

h2 {
    font-family: 'ABCMarist-SemiBold', serif;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0.5rem 0;
    color: #3F485A;
    text-align: center;
}
