:root {
    --soft-white: rgb(245,245,245);
    --gray: rgb(38,38,38);
    --light-gray: rgb(50,50,50);
    
    --black-big-text: rgb(45,45,45);
    --black-small-text: rgb(10,10,10);

    --pink: #e60051ff;
    --dark-pink: rgb(167, 0, 58);
    --light-pink: #ffccde;
}

.text-link {
    text-decoration: underline;
    text-decoration-color: var(--light-pink);
    text-decoration-thickness: 10px;
    text-underline-offset: -5px;
    text-decoration-skip-ink: none;
    color: var(--pink);
}

@font-face {
    font-family: 'Panton Rust';
    src: url('/style/fonts/panton_rust_heavy_base.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/style/fonts/roboto_black.ttf') format('truetype');
}
