/*
Theme Name: Sportym
Theme URI: https://sportym.com
Template: understrap
Author: eeelfedali
GitHub Theme URI: https://github.com/understrap/understrap
Description: Sportym is a child theme of Understrap. The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.2
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
Text Domain: sportym
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/



@font-face {
    font-family: 'Autor';
    src: url('./fonts/autor/Autor-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Autor';
    src: url('./fonts/autor/Autor-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Autor';
    src: url('./fonts/autor/Autor-RegularIt.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Autor';
    src: url('./fonts/autor/Autor-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Autor';
    src: url('./fonts/autor/Autor-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Autor';
    src: url('./fonts/autor/Autor-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Autor';
    src: url('./fonts/autor/Autor-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}