/* В этом файле будут храниться все значения переменных в исходном состоянии, а так же их изменения в зависимости от ширины устройства */
:root {
    --main-font: 'Inter-Variable', sans-serif;
    --accent-font: 'PressStart2P', fantasy;
    --text-weight-normal: 400;
    --text-weight-bold: 715;
    --font-size: 18px;
    --font-size-card-label: 14px;
    --wdth: 100;
    --weight-regular: 410;
    --bg-image: repeating-linear-gradient(90deg, #d3d3d3 0px, #d3d3d3 2px, transparent 2px, transparent 4px), repeating-linear-gradient(0deg, #d3d3d3 0px, #d3d3d3 2px, transparent 2px, transparent 4px), linear-gradient(180deg, #e7e7e7 0%, #e7e7e7 0.01%, #1a1a1a 100%);
    --bg-color: #fff;
    --black-color: #000;
    --heart-contour-color: #000;
    --animation-fill-color: #FF0000;
    --main-border: 2px solid #000;
    --animation-duration: 0.3s;
    --title-size: clamp(49px, 4.5vw, 65px);
    --header-text-size: clamp(14px, 1.5972vw, 23px);
    --padding-header: clamp(6.78rem, 5.5rem + 1.91vw, 7.23rem);
}