/* Axiforma Font Family */

/* Thin */
@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Thin Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Light Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Book */
@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Book.otf') format('opentype');
    font-weight: 450;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Book Italic.otf') format('opentype');
    font-weight: 450;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Medium Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma SemiBold Italic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Bold Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* ExtraBold */
@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma ExtraBold Italic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Heavy */
@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Heavy Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Black.otf') format('opentype');
    font-weight: 950;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/fonts/Axiforma/Kastelov - Axiforma Black Italic.otf') format('opentype');
    font-weight: 950;
    font-style: italic;
}


/* Space Grotesk Font Family */


/* Light */
@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk/SpaceGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* SemiBold */
@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}