﻿@font-face {
    font-family: 'PilatExtended';
    src: url('../../assets/font/PilatExtended-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'PilatExtended';
    src: url('../../assets/font/PilatExtended-DemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'PilatExtended';
    src: url('../../assets/font/PilatExtended-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'PilatExtended';
    src: url('../../assets/font/PilatExtended-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Xtradex';
    src: url('../../assets/font/Xtradex.ttf') format('ttf');
    font-weight: 500;
    font-display: swap;
}










@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/font/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/font/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/font/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/font/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}











:root {
    --themeColor: rgb(0, 245, 255);
    --themeColorHover: rgb(255,90, 20);
    --dark: rgb(20, 30, 40);
    --white: rgb(245, 245, 245);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat;
    font-weight: 500;
}

body {
    background: var(--dark);
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 24px 24px;
    height: 200vh;
}

h1 {
    font-family: PilatExtended;
}
