
.content-section {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px 2px #f1f1f1;
    background-color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

body {
    background-color: #f5f5f5;
}


@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('/static/font/Gilroy-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('/static/font/Gilroy-Light.otf') format('opentype');
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('/static/font/GlacialIndifference-Regular.otf') format('opentype');
    font-weight: auto;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('/static/font/GlacialIndifference-Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('/static/font/GlacialIndifference-Italic.otf') format('opentype');
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

body {
    font-family: 'GlacialIndifference', sans-serif;
}