/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

:root {
  --ag-logo-max-width: 25%;
  --ag-button-gap: 10px;
}

.age-gate__challenge {
	padding-bottom: 20px;
}

@font-face {
    font-family: 'Diether';
    font-style: normal;
    font-weight: normal;   
	src: url(fonts/Diether-Medium.otf);
}

@font-face {
    font-family: 'Diether';
    font-style: bold;
    font-weight: normal;   
	src: url(fonts/Diether-Bold.otf);
}

@font-face {
    font-family: 'Diether';
    font-style: bold;
    font-weight: 600;   
	src: url(fonts/Diether-Heavy.otf);
}

@font-face {
    font-family: 'Diether';
    font-style: normal;
    font-weight: 400;   
	src: url(fonts/Diether-Light.otf);
}

@font-face {
    font-family: 'Diether';
    font-style: normal;
    font-weight: 300;   
	src: url(fonts/Diether-Thin.otf);
}

@font-face {
    font-family: 'Sloop-Script One';
    font-style: normal;
    font-weight: 300;   
	src: url(fonts/Sloop-ScriptOne.otf);
}

