/*
 Theme Name:   ANN Child Theme
 Theme URI:    https://ann.axiomthemes.com/
 Description:  ANN Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     ann
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  ann
*/


/* =Theme customization starts here
------------------------------------------------------------ */


@font-face {
    font-family: 'Akrux';
    src: url('/wp-content/fonts/Akrux-Black.otf') format('opentype');
    font-weight: 900; /* Black */
    font-style: normal;
}

@font-face {
    font-family: 'Akrux';
    src: url('/wp-content/fonts/Akrux-Bold.otf') format('opentype');
    font-weight: bold; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Akrux';
    src: url('/wp-content/fonts/Akrux-ExtraBlack.ttf') format('truetype');
    font-weight: 800; /* Extra Black */
    font-style: normal;
}

@font-face {
    font-family: 'Akrux';
    src: url('/wp-content/fonts/Akrux-Light.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Akrux';
    src: url('/wp-content/fonts/Akrux-Medium.otf') format('opentype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Akrux';
    src: url('/wp-content/fonts/Akrux-Regular.otf') format('opentype');
    font-weight: normal; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Akrux';
    src: url('/wp-content/fonts/Akrux-Thin.otf') format('opentype');
    font-weight: 100; /* Thin */
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/fonts/montserrat-extralight.ttf') format('truetype');
    font-weight: 300; /* Thin */
    font-style: normal;
}


.akrux-black {
    font-family: 'Akrux';
    font-weight: 900; /* Black */
}

.akrux-bold {
    font-family: 'Akrux';
    font-weight: bold; /* Bold */
}

.akrux-extrablack {
    font-family: 'Akrux';
    font-weight: 800; /* Extra Black */
}

.akrux-light {
    font-family: 'Akrux';
    font-weight: 300; /* Light */
}

.akrux-medium {
    font-family: 'Akrux';
    font-weight: 500; /* Medium */    
}

.akrux-regular {
    font-family: 'Akrux';
    font-weight: normal; /* Regular */
}

.akrux-thin {
    font-family: 'Akrux';
    font-weight: 100; /* Thin */
}

