/*
 Theme Name:     Alexis D Graphics
 Theme URI:      https://johnnylemesle.fr
 Description:    Johnny Lemesle custom theme based on Divi
 Author:         Johnny Lemesle
 Template:       Divi
 Version:        1.0.0
*/
@font-face {
    font-family: 'Archive';
    src: url('fonts/Archive.eot');
    src: url('fonts/Archive.eot') format('embedded-opentype'),
         url('fonts/Archive.woff2') format('woff2'),
         url('fonts/Archive.woff') format('woff'),
         url('fonts/Archive.ttf') format('truetype'),
         url('fonts/Archive.svg#Archive') format('svg');
}

body{
    font-family: 'Archive'!important
}

#main-content {
    background-color: #2E2E2E;
}

.portfolio-id-link a {
	cursor: default;
}
.portfolio-id-link .sub-menu a {
    cursor: pointer;
}