﻿@font-face {
    font-family: 'sansation-bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/sansation-bold.woff') format('woff');
}

@font-face {
    font-family: 'sansation-bolditalic';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/sansation-bolditalic.woff') format('woff');
}

@font-face {
    font-family: 'sansation-italic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sansation-italic.woff') format('woff');
}

@font-face {
    font-family: 'sansation-regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sansation-regular.woff') format('woff');
}

@font-face {
    font-family: 'sansation_bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/sansation_bold.woff') format('woff');
}

@font-face {
    font-family: 'sansation_light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/sansation_light.woff') format('woff');
}

@font-face {
    font-family: 'sansation_regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sansation_regular.woff') format('woff');
}

body {
    font-family: 'Sansation', sans-serif;
    transition: background-color 0.3s, color 0.3s;
}

.card-page {
    background-image: url('../background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
